aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 14:16:15 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-28 14:16:15 +0000
commitddd030995b0373318921cec5945e3a24383e2440 (patch)
treebc6bd990275633847ecf6ba87846680efeead80d /games
parent3f9ffdea609fb93e18e9c050efb69c01a206aba3 (diff)
downloadports-ddd030995b0373318921cec5945e3a24383e2440.tar.gz
ports-ddd030995b0373318921cec5945e3a24383e2440.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/asciiquarium/Makefile10
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>