aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-03 06:09:28 +0800
committerbapt <bapt@FreeBSD.org>2014-03-03 06:09:28 +0800
commitddf06635cb5c07ac3e78484c78ca44d02f1465e0 (patch)
tree0075c4e7214c2f1ee4b04f7bff43c10656ce90db /astro
parent4a4262dcbbbf4e570e0239d94cda9798d7e75cbe (diff)
downloadfreebsd-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/Makefile3
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>