diff options
author | danfe <danfe@FreeBSD.org> | 2007-07-04 03:34:39 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-07-04 03:34:39 +0800 |
commit | 2c90d2956fee5c7ac78991b48244af331a00b2ca (patch) | |
tree | bda10d58428bd8b34a23502191390c300d351d26 /games | |
parent | 489edbf1e4541871091098a539781b9d5db8a6b8 (diff) | |
download | freebsd-ports-gnome-2c90d2956fee5c7ac78991b48244af331a00b2ca.tar.gz freebsd-ports-gnome-2c90d2956fee5c7ac78991b48244af331a00b2ca.tar.zst freebsd-ports-gnome-2c90d2956fee5c7ac78991b48244af331a00b2ca.zip |
- Fix chown(1) and chmod(1) invocation [1]
- Better port description
- Pet portlint(1)
Reported by: pointyhat (logs) [1]
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/ |