aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-13 21:30:07 +0800
committergahr <gahr@FreeBSD.org>2014-02-13 21:30:07 +0800
commitcd83055f49779a1a8630e647608dce20049eb4fe (patch)
treeed6af9f98d13d8abf982424402082ecc6b6d2630 /mail
parent9c41ca6c3ee8c6e58cacd90b1d01c465903623e0 (diff)
downloadfreebsd-ports-graphics-cd83055f49779a1a8630e647608dce20049eb4fe.tar.gz
freebsd-ports-graphics-cd83055f49779a1a8630e647608dce20049eb4fe.tar.zst
freebsd-ports-graphics-cd83055f49779a1a8630e647608dce20049eb4fe.zip
- STAGE-clean
Diffstat (limited to 'mail')
-rw-r--r--mail/ez-pine-gpg/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/ez-pine-gpg/Makefile b/mail/ez-pine-gpg/Makefile
index dfdd43d11a3..5950d68de26 100644
--- a/mail/ez-pine-gpg/Makefile
+++ b/mail/ez-pine-gpg/Makefile
@@ -17,14 +17,11 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- (cd ${WRKSRC} && ./install ${PREFIX}/bin)
+ (cd ${WRKSRC} && ./install ${STAGEDIR}${PREFIX}/bin)
-.if !defined(NOPORTDOCS)
post-install:
- ${INSTALL} -d ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>