svn commit: r344102 - head/mail/ez-pine-gpg

Pietro Cerutti gahr at FreeBSD.org
Thu Feb 13 13:30:08 UTC 2014


Author: gahr
Date: Thu Feb 13 13:30:07 2014
New Revision: 344102
URL: http://svnweb.freebsd.org/changeset/ports/344102
QAT: https://qat.redports.org/buildarchive/r344102/

Log:
  - STAGE-clean

Modified:
  head/mail/ez-pine-gpg/Makefile

Modified: head/mail/ez-pine-gpg/Makefile
==============================================================================
--- head/mail/ez-pine-gpg/Makefile	Thu Feb 13 13:27:12 2014	(r344101)
+++ head/mail/ez-pine-gpg/Makefile	Thu Feb 13 13:30:07 2014	(r344102)
@@ -17,14 +17,11 @@ RUN_DEPENDS=	gpg:${PORTSDIR}/security/gn
 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>


More information about the svn-ports-all mailing list