diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-02 22:09:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-02 22:09:28 +0000 |
commit | f3c70a9a16a29f0da80a41ecf2eade48db1b0bdf (patch) | |
tree | 0075c4e7214c2f1ee4b04f7bff43c10656ce90db | |
parent | 0107aeae6b176de2bf5daed977b40276a479cbe4 (diff) |
Notes
-rw-r--r-- | astro/weatherspect/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/weatherspect/Makefile b/astro/weatherspect/Makefile index d2cd7cbd66a6..a07c8746bb41 100644 --- a/astro/weatherspect/Makefile +++ b/astro/weatherspect/Makefile @@ -19,12 +19,11 @@ RUN_DEPENDS= p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation \ PORTSCOUT= skipv:1.31 # Wrong versioning upstream -NO_STAGE= yes NO_BUILD= yes USES= perl5 PLIST_FILES= bin/weatherspect do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |