svn commit: r348335 - head/www/ompload

Martin Wilke miwi at FreeBSD.org
Sat Mar 15 15:44:07 UTC 2014


Author: miwi
Date: Sat Mar 15 15:44:06 2014
New Revision: 348335
URL: http://svnweb.freebsd.org/changeset/ports/348335
QAT: https://qat.redports.org/buildarchive/r348335/

Log:
  - Stage support

Modified:
  head/www/ompload/Makefile

Modified: head/www/ompload/Makefile
==============================================================================
--- head/www/ompload/Makefile	Sat Mar 15 15:37:06 2014	(r348334)
+++ head/www/ompload/Makefile	Sat Mar 15 15:44:06 2014	(r348335)
@@ -23,8 +23,7 @@ NO_BUILD=	yes
 
 PLIST_FILES=	bin/ompload
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/ompload
+	${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/ompload
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list