svn commit: r342937 - head/mail/mbox2mdir

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 07:21:52 UTC 2014


Author: miwi
Date: Thu Feb  6 07:21:52 2014
New Revision: 342937
URL: http://svnweb.freebsd.org/changeset/ports/342937
QAT: https://qat.redports.org/buildarchive/r342937/

Log:
  - Stage support

Modified:
  head/mail/mbox2mdir/Makefile

Modified: head/mail/mbox2mdir/Makefile
==============================================================================
--- head/mail/mbox2mdir/Makefile	Thu Feb  6 07:21:50 2014	(r342936)
+++ head/mail/mbox2mdir/Makefile	Thu Feb  6 07:21:52 2014	(r342937)
@@ -15,11 +15,10 @@ USE_BZIP2=	yes
 
 PLIST_FILES=	bin/mbox2mdir
 
-NO_STAGE=	yes
 do-build:
 	${CXX} ${CXXFLAGS} ${WRKSRC}/mbox2mdir.cpp -o ${WRKSRC}/mbox2mdir
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mbox2mdir ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/mbox2mdir ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list