aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-02 22:09:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-02 22:09:28 +0000
commitf3c70a9a16a29f0da80a41ecf2eade48db1b0bdf (patch)
tree0075c4e7214c2f1ee4b04f7bff43c10656ce90db
parent0107aeae6b176de2bf5daed977b40276a479cbe4 (diff)
downloadports-f3c70a9a16a29f0da80a41ecf2eade48db1b0bdf.tar.gz
ports-f3c70a9a16a29f0da80a41ecf2eade48db1b0bdf.zip
Notes
-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>