svn commit: r348072 - head/www/vee

Emanuel Haupt ehaupt at FreeBSD.org
Thu Mar 13 14:33:02 UTC 2014


Author: ehaupt
Date: Thu Mar 13 14:33:02 2014
New Revision: 348072
URL: http://svnweb.freebsd.org/changeset/ports/348072
QAT: https://qat.redports.org/buildarchive/r348072/

Log:
  Support staging

Modified:
  head/www/vee/Makefile

Modified: head/www/vee/Makefile
==============================================================================
--- head/www/vee/Makefile	Thu Mar 13 14:27:41 2014	(r348071)
+++ head/www/vee/Makefile	Thu Mar 13 14:33:02 2014	(r348072)
@@ -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>


More information about the svn-ports-all mailing list