svn commit: r346011 - head/sysutils/oak

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 14:43:00 UTC 2014


Author: ehaupt
Date: Tue Feb 25 14:43:00 2014
New Revision: 346011
URL: http://svnweb.freebsd.org/changeset/ports/346011
QAT: https://qat.redports.org/buildarchive/r346011/

Log:
  Support staging

Modified:
  head/sysutils/oak/Makefile

Modified: head/sysutils/oak/Makefile
==============================================================================
--- head/sysutils/oak/Makefile	Tue Feb 25 14:39:29 2014	(r346010)
+++ head/sysutils/oak/Makefile	Tue Feb 25 14:43:00 2014	(r346011)
@@ -15,8 +15,7 @@ GNU_CONFIGURE=	yes
 ALL_TARGET=	oak
 PLIST_FILES=	bin/oak
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/oak ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/oak ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list