svn commit: r330244 - head/mail/mb2md

Renato Botelho garga at FreeBSD.org
Sun Oct 13 18:52:55 UTC 2013


Author: garga
Date: Sun Oct 13 18:52:54 2013
New Revision: 330244
URL: http://svnweb.freebsd.org/changeset/ports/330244

Log:
  Support staging

Modified:
  head/mail/mb2md/Makefile

Modified: head/mail/mb2md/Makefile
==============================================================================
--- head/mail/mb2md/Makefile	Sun Oct 13 18:48:51 2013	(r330243)
+++ head/mail/mb2md/Makefile	Sun Oct 13 18:52:54 2013	(r330244)
@@ -25,8 +25,7 @@ SHEBANG_FILES=	mb2md
 
 PLIST_FILES=	bin/mb2md
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list