svn commit: r344111 - head/mail/mbox2imap

Pietro Cerutti gahr at FreeBSD.org
Thu Feb 13 13:53:31 UTC 2014


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

Log:
  - STAGE-clean

Modified:
  head/mail/mbox2imap/Makefile

Modified: head/mail/mbox2imap/Makefile
==============================================================================
--- head/mail/mbox2imap/Makefile	Thu Feb 13 13:52:31 2014	(r344110)
+++ head/mail/mbox2imap/Makefile	Thu Feb 13 13:53:30 2014	(r344111)
@@ -18,11 +18,10 @@ NO_BUILD=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 post-extract:
 	${CP} ${DISTDIR}/${PORTNAME} ${WRKDIR}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list