diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-11 01:40:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-11 01:40:05 +0000 |
commit | c35bfa00bb2e2084cc177208531962cfc0a41d4a (patch) | |
tree | 0a63f63d7d8ee3375427f52ec93e46b69bdf9257 /games/numptyphysics-npcomplete | |
parent | e2f52ba444b36181a4420e2e5cbdbd7ee7a63b86 (diff) |
- Support staging
- Convert USE_BZIP2 to USES
Notes
Notes:
svn path=/head/; revision=353638
Diffstat (limited to 'games/numptyphysics-npcomplete')
-rw-r--r-- | games/numptyphysics-npcomplete/Makefile | 7 | ||||
-rw-r--r-- | games/numptyphysics-npcomplete/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/numptyphysics-npcomplete/Makefile b/games/numptyphysics-npcomplete/Makefile index 5c8fc106fef4..d8373736813c 100644 --- a/games/numptyphysics-npcomplete/Makefile +++ b/games/numptyphysics-npcomplete/Makefile @@ -13,18 +13,17 @@ COMMENT= Level pack for Numpty Physics RUN_DEPENDS= numptyphysics:${PORTSDIR}/games/numptyphysics -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes WRKSRC= ${WRKDIR}/npcomplete DATADIR= ${PREFIX}/share/numptyphysics -NO_STAGE= yes post-extract: # this level will crash the game @${RM} -f "${WRKSRC}/L02_bridge Gaps tut.nph" do-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/*.nph ${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/*.nph ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/games/numptyphysics-npcomplete/pkg-plist b/games/numptyphysics-npcomplete/pkg-plist index f510c8690b6d..c31856f5fd02 100644 --- a/games/numptyphysics-npcomplete/pkg-plist +++ b/games/numptyphysics-npcomplete/pkg-plist @@ -90,3 +90,4 @@ %%DATADIR%%/ship.nph %%DATADIR%%/surfs_up.nph %%DATADIR%%/szymanowski1.nph +@dirrmtry %%DATADIR%% |