diff options
Diffstat (limited to 'games/atris-sounds')
-rw-r--r-- | games/atris-sounds/Makefile | 6 | ||||
-rw-r--r-- | games/atris-sounds/pkg-plist | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games/atris-sounds/Makefile b/games/atris-sounds/Makefile index 09c88a02938..fb0ae6beeed 100644 --- a/games/atris-sounds/Makefile +++ b/games/atris-sounds/Makefile @@ -14,14 +14,16 @@ COMMENT= Sounds for Atris: Alizarin Tetris RUN_DEPENDS= atris:${PORTSDIR}/games/atris -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes NO_WRKSUBDIR= yes -NO_STAGE= yes post-patch: # Fix path to ${DATADIR} ${REINPLACE_CMD} -e 's|\(GAME_INSTALLDIR=\).*|\1"${DATADIR}"|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} +do-install: + (cd ${WRKSRC} ; ${COPYTREE_SHARE} sounds ${STAGEDIR}${DATADIR}) + .include <bsd.port.mk> diff --git a/games/atris-sounds/pkg-plist b/games/atris-sounds/pkg-plist index 9f1bfb103ea..08862832770 100644 --- a/games/atris-sounds/pkg-plist +++ b/games/atris-sounds/pkg-plist @@ -62,4 +62,5 @@ %%DATADIR%%/sounds/staffh.wav %%DATADIR%%/sounds/whirling.wav %%DATADIR%%/sounds/whoosh.wav -@dirrm %%DATADIR%%/sounds +@dirrmtry %%DATADIR%%/sounds +@dirrmtry %%DATADIR%% |