aboutsummaryrefslogtreecommitdiff
path: root/mail/exipick/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 09:11:37 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 09:11:37 +0000
commit5921819ffbd85d432eaeff83605e8d6497c351f4 (patch)
tree905effd31aa7aac24f37da3d86fbdb286b68a5e3 /mail/exipick/Makefile
parent7a00dab22806c277bc64e29cc6bdc2a7803202e6 (diff)
downloadports-5921819ffbd85d432eaeff83605e8d6497c351f4.tar.gz
ports-5921819ffbd85d432eaeff83605e8d6497c351f4.zip
Support staging
Notes
Notes: svn path=/head/; revision=346159
Diffstat (limited to 'mail/exipick/Makefile')
-rw-r--r--mail/exipick/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exipick/Makefile b/mail/exipick/Makefile
index e0f5053d5136..157ba937cd17 100644
--- a/mail/exipick/Makefile
+++ b/mail/exipick/Makefile
@@ -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>