diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-13 14:33:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-13 14:33:02 +0000 |
commit | 90bc0b194006073b46b7b1286ade20937e591c88 (patch) | |
tree | 542a149288464c8b61fe9a825bafce74355fae0b /www/vee | |
parent | 6da591198b5b0d76491e0b4d905e2ab105e5419f (diff) | |
download | ports-90bc0b194006073b46b7b1286ade20937e591c88.tar.gz ports-90bc0b194006073b46b7b1286ade20937e591c88.zip |
Notes
Diffstat (limited to 'www/vee')
-rw-r--r-- | www/vee/Makefile | 6 |
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> |