diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-03 02:48:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-07-03 02:48:53 +0800 |
commit | 2f79a83113c404a4731945cf41114b080b9c1c00 (patch) | |
tree | d8744dad52c0922d93ba79312cff7b96b2b09073 /games/gnome-games/Makefile | |
parent | 0fe71f81c6022860cf8c358b979aac438767902b (diff) | |
download | marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.gz marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.bz2 marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.lz marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.xz marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.tar.zst marcuscom-ports-2f79a83113c404a4731945cf41114b080b9c1c00.zip |
Update to 2.3.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@954 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 027f9dec8..49fe94c8f 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomegames2 -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.3 @@ -28,10 +28,4 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|games\.games|games:games|g' - .include <bsd.port.mk> |