Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 15:44:06 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348335 - head/www/ompload
Message-ID:  <201403151544.s2FFi7ax048838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403151544.s2FFi7ax048838>