diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 08:50:15 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-14 08:50:15 +0000 |
commit | 29a341fe7bf44e9d7c48004a539b9efa1e97c506 (patch) | |
tree | af901ad02a2ba61ed23b61fcde56f52c73bda33d /games | |
parent | 09331a308314d66e04e2696285b5acbdfd3de9b2 (diff) | |
download | ports-29a341fe7bf44e9d7c48004a539b9efa1e97c506.tar.gz ports-29a341fe7bf44e9d7c48004a539b9efa1e97c506.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/rfksay/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games/rfksay/Makefile b/games/rfksay/Makefile index e09f9e494dea..bf6d6a0e304f 100644 --- a/games/rfksay/Makefile +++ b/games/rfksay/Makefile @@ -10,14 +10,15 @@ DISTNAME= rfksay MAINTAINER= mich@FreeBSD.org COMMENT= Generates a kitten finding robot with a text bubble -USES= perl5 +USES= perl5 shebangfix NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} +NO_WRKSUBDIR= yes + +SHEBANG_FILES= rfksay kittensay robotsay -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - ${INSTALL_SCRIPT} ${WRKDIR}/kittensay ${PREFIX}/bin/ - ${INSTALL_SCRIPT} ${WRKDIR}/robotsay ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/kittensay ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/robotsay ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |