diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 04:11:31 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 04:11:31 +0800 |
commit | 7ea3103dd419f956822c944a60b5d43c8907ad35 (patch) | |
tree | a6c2ad943a35209fba019e188ae8b8b1cbd4a48b | |
parent | 8cd6a626bec5a04173a965c81268216d4e7af50d (diff) | |
download | marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.gz marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.bz2 marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.lz marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.xz marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.tar.zst marcuscom-ports-7ea3103dd419f956822c944a60b5d43c8907ad35.zip |
Sync w/ FreeBSD ports and while I am here, fix wesnoth.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9279 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnomememoryblocks/Makefile | 4 | ||||
-rw-r--r-- | games/gnomememoryblocks/pkg-descr | 4 | ||||
-rw-r--r-- | games/wesnoth/Makefile | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile index ff3cad7b7..d5a6594f4 100644 --- a/games/gnomememoryblocks/Makefile +++ b/games/gnomememoryblocks/Makefile @@ -16,7 +16,7 @@ DISTNAME= gnome-memblocks-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Memory Blocks game for GNOME -USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -27,5 +27,7 @@ post-patch: s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|games\.|games:| ; s|2111|2555|' \ + ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff --git a/games/gnomememoryblocks/pkg-descr b/games/gnomememoryblocks/pkg-descr index 4bffac2c5..ab34efc5f 100644 --- a/games/gnomememoryblocks/pkg-descr +++ b/games/gnomememoryblocks/pkg-descr @@ -1,4 +1,4 @@ -This is GNOME's version of the `memory blocks' game originaly come from -Semantec game pack for Win-3.11 +This is Gnome version of the `memory blocks' game, which originally came +from Semantec game pack for Windows 3.11. WWW: http://gnome-memblocks.sourceforge.net/ diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 1b591b3e0..053c18cd0 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -7,7 +7,7 @@ PORTNAME= wesnoth PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.wesnoth.org/files/ @@ -112,4 +112,8 @@ pre-everything:: @${ECHO_MSG} "WITH_TOOLS=yes to enable compilation of tools for translators and artists." .endif +post-configure: + @${REINPLACE_CMD} -e 's|[$$][{]datarootdir[}]/icons|${LOCALBASE}/share/pixmaps|' \ + ${WRKSRC}/icons/Makefile + .include <bsd.port.post.mk> |