aboutsummaryrefslogtreecommitdiffstats
path: root/www/vee
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-13 22:33:02 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-13 22:33:02 +0800
commit9da13f852a7fa48388cf98719d959fef5d262547 (patch)
tree542a149288464c8b61fe9a825bafce74355fae0b /www/vee
parentcb1ad7ce572f08280fc167ab3bafd656720ebf50 (diff)
downloadfreebsd-ports-gnome-9da13f852a7fa48388cf98719d959fef5d262547.tar.gz
freebsd-ports-gnome-9da13f852a7fa48388cf98719d959fef5d262547.tar.zst
freebsd-ports-gnome-9da13f852a7fa48388cf98719d959fef5d262547.zip
Support staging
Diffstat (limited to 'www/vee')
-rw-r--r--www/vee/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/vee/Makefile b/www/vee/Makefile
index 421b82f8c0da..53a286d03472 100644
--- a/www/vee/Makefile
+++ b/www/vee/Makefile
@@ -14,11 +14,11 @@ COMMENT= Tiny CLI blogging tool
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
post-patch:
- @${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' ${WRKSRC}/bin/${PORTNAME}
+ @${REINPLACE_CMD} -Ee 's|^function ([[:graph:]]+)|\1 ()|' \
+ ${WRKSRC}/bin/${PORTNAME}
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>