diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-13 13:30:07 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-02-13 13:30:07 +0000 |
commit | 2441ee57551228382ad5757e65a373d16614f2e5 (patch) | |
tree | ed6af9f98d13d8abf982424402082ecc6b6d2630 | |
parent | - STAGE-clean (diff) |
- STAGE-clean
Notes
Notes:
svn path=/head/; revision=344102
-rw-r--r-- | mail/ez-pine-gpg/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/ez-pine-gpg/Makefile b/mail/ez-pine-gpg/Makefile index dfdd43d11a39..5950d68de26c 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> |