diff options
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> |