svn commit: r344871 - head/hungarian/hu-zipcodes

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 18 12:02:01 UTC 2014


Author: ehaupt
Date: Tue Feb 18 12:02:00 2014
New Revision: 344871
URL: http://svnweb.freebsd.org/changeset/ports/344871
QAT: https://qat.redports.org/buildarchive/r344871/

Log:
  Support staging

Modified:
  head/hungarian/hu-zipcodes/Makefile

Modified: head/hungarian/hu-zipcodes/Makefile
==============================================================================
--- head/hungarian/hu-zipcodes/Makefile	Tue Feb 18 12:01:09 2014	(r344870)
+++ head/hungarian/hu-zipcodes/Makefile	Tue Feb 18 12:02:00 2014	(r344871)
@@ -19,8 +19,7 @@ EXTRACT_BEFORE_ARGS=	# None
 EXTRACT_AFTER_ARGS=	> ${WRKSRC}/hu.zipcodes
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/hu.zipcodes ${PREFIX}/share/misc/
+	${INSTALL_DATA} ${WRKSRC}/hu.zipcodes ${STAGEDIR}${PREFIX}/share/misc/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list