svn commit: r344870 - head/hungarian/hu-phone
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Feb 18 12:01:09 UTC 2014
Author: ehaupt
Date: Tue Feb 18 12:01:09 2014
New Revision: 344870
URL: http://svnweb.freebsd.org/changeset/ports/344870
QAT: https://qat.redports.org/buildarchive/r344870/
Log:
Support staging
Modified:
head/hungarian/hu-phone/Makefile
Modified: head/hungarian/hu-phone/Makefile
==============================================================================
--- head/hungarian/hu-phone/Makefile Tue Feb 18 11:56:23 2014 (r344869)
+++ head/hungarian/hu-phone/Makefile Tue Feb 18 12:01:09 2014 (r344870)
@@ -13,14 +13,13 @@ MAINTAINER= jmohacsi at bsd.hu
COMMENT= Phone codes in Hungary / Magyarorszagi korzetszamok
PLIST_FILES= share/misc/hu.phone
-NO_WRKSUBDIR= YES
+NO_WRKSUBDIR= yes
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.phone
-NO_BUILD= YES
+NO_BUILD= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/hu.phone ${PREFIX}/share/misc
+ ${INSTALL_DATA} ${WRKSRC}/hu.phone ${STAGEDIR}${PREFIX}/share/misc
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list