svn commit: r342926 - head/misc/cloc

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 02:42:06 UTC 2014


Author: miwi
Date: Thu Feb  6 02:42:05 2014
New Revision: 342926
URL: http://svnweb.freebsd.org/changeset/ports/342926
QAT: https://qat.redports.org/buildarchive/r342926/

Log:
  - Stage support

Modified:
  head/misc/cloc/Makefile

Modified: head/misc/cloc/Makefile
==============================================================================
--- head/misc/cloc/Makefile	Thu Feb  6 02:41:50 2014	(r342925)
+++ head/misc/cloc/Makefile	Thu Feb  6 02:42:05 2014	(r342926)
@@ -20,8 +20,7 @@ EXTRACT_AFTER_ARGS=	./${PORTNAME}
 PLIST_FILES=	bin/${PORTNAME}
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/
+	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list