diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-03 06:09:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-03 06:09:28 +0800 |
commit | ddf06635cb5c07ac3e78484c78ca44d02f1465e0 (patch) | |
tree | 0075c4e7214c2f1ee4b04f7bff43c10656ce90db /astro | |
parent | 4a4262dcbbbf4e570e0239d94cda9798d7e75cbe (diff) | |
download | freebsd-ports-gnome-ddf06635cb5c07ac3e78484c78ca44d02f1465e0.tar.gz freebsd-ports-gnome-ddf06635cb5c07ac3e78484c78ca44d02f1465e0.tar.zst freebsd-ports-gnome-ddf06635cb5c07ac3e78484c78ca44d02f1465e0.zip |
Support stage
Diffstat (limited to 'astro')
-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> |