svn commit: r346159 - head/mail/exipick
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Feb 26 09:11:38 UTC 2014
Author: ehaupt
Date: Wed Feb 26 09:11:37 2014
New Revision: 346159
URL: http://svnweb.freebsd.org/changeset/ports/346159
QAT: https://qat.redports.org/buildarchive/r346159/
Log:
Support staging
Modified:
head/mail/exipick/Makefile
Modified: head/mail/exipick/Makefile
==============================================================================
--- head/mail/exipick/Makefile Wed Feb 26 09:10:36 2014 (r346158)
+++ head/mail/exipick/Makefile Wed Feb 26 09:11:37 2014 (r346159)
@@ -16,7 +16,6 @@ PLIST_FILES= bin/${PORTNAME}
USES= perl5
USE_PERL5= run
-NO_STAGE= yes
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKSRC}
@@ -28,7 +27,7 @@ do-build:
${WRKSRC}/${DISTNAME} > ${WRKSRC}/${PORTNAME}.pl
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
- @${CAT} ${PKGMESSAGE}
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list