diff options
Diffstat (limited to 'games/gweled/Makefile')
-rw-r--r-- | games/gweled/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/games/gweled/Makefile b/games/gweled/Makefile index c5348d222f57..e409fdd9f0f0 100644 --- a/games/gweled/Makefile +++ b/games/gweled/Makefile @@ -12,15 +12,19 @@ COMMENT= GNOME version of the game called "Bejeweled" or "Diamond Mine" LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod -USES= gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2 +USES= gmake pathfix pkgconfig +USE_GNOME= gnomeprefix gnomehier libgnomeui librsvg2 GNU_CONFIGURE= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/games|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$${MKDIRPROG-mkdir}|mkdir -p|' \ ${WRKSRC}/install-sh +post-install: + ${RM} ${STAGEDIR}${PREFIX}/share/games/gweled.easy.scores + ${TOUCH} ${STAGEDIR}${PREFIX}/share/games/gweled.easy.scores.sample + ${TOUCH} ${STAGEDIR}${PREFIX}/share/games/gweled.timed.scores.sample + .include <bsd.port.mk> |