svn commit: r346137 - head/sysutils/bontmia

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 08:26:00 UTC 2014


Author: ehaupt
Date: Wed Feb 26 08:25:59 2014
New Revision: 346137
URL: http://svnweb.freebsd.org/changeset/ports/346137
QAT: https://qat.redports.org/buildarchive/r346137/

Log:
  Support staging

Modified:
  head/sysutils/bontmia/Makefile

Modified: head/sysutils/bontmia/Makefile
==============================================================================
--- head/sysutils/bontmia/Makefile	Wed Feb 26 07:57:46 2014	(r346136)
+++ head/sysutils/bontmia/Makefile	Wed Feb 26 08:25:59 2014	(r346137)
@@ -19,8 +19,7 @@ NO_BUILD=	yes
 
 PLIST_FILES=	bin/bontmia
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list