diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-03 19:34:39 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-03 19:34:39 +0000 |
commit | 2f82947a4c1724bbe34ca4d26e7571c9a8b3e665 (patch) | |
tree | 7b82eb84cfbb6c192116d6fa0bb4ff2d866920fe /games | |
parent | 66c3e2140dbaac5d6e10f546985763dc72b088c9 (diff) | |
download | ports-2f82947a4c1724bbe34ca4d26e7571c9a8b3e665.tar.gz ports-2f82947a4c1724bbe34ca4d26e7571c9a8b3e665.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gnomememoryblocks/Makefile | 4 | ||||
-rw-r--r-- | games/gnomememoryblocks/pkg-descr | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile index 55f1fe098003..8d577f30db34 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 4bffac2c5d6d..ab34efc5ffc0 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/ |