diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 22:16:15 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-28 22:16:15 +0800 |
commit | ddd030995b0373318921cec5945e3a24383e2440 (patch) | |
tree | bc6bd990275633847ecf6ba87846680efeead80d /games/asciiquarium | |
parent | 3f9ffdea609fb93e18e9c050efb69c01a206aba3 (diff) | |
download | freebsd-ports-gnome-ddd030995b0373318921cec5945e3a24383e2440.tar.gz freebsd-ports-gnome-ddd030995b0373318921cec5945e3a24383e2440.tar.zst freebsd-ports-gnome-ddd030995b0373318921cec5945e3a24383e2440.zip |
Support staging
Diffstat (limited to 'games/asciiquarium')
-rw-r--r-- | games/asciiquarium/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/asciiquarium/Makefile b/games/asciiquarium/Makefile index 2c1d157e8264..46a2f1902d74 100644 --- a/games/asciiquarium/Makefile +++ b/games/asciiquarium/Makefile @@ -12,13 +12,15 @@ COMMENT= aquarium/sea animation in ASCII art RUN_DEPENDS= p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation -WRKSRC= ${WRKDIR}/${DISTNAME} -NO_BUILD= yes USES= perl5 +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/${DISTNAME} + PLIST_FILES= bin/asciiquarium -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |