diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-18 12:01:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-18 12:01:09 +0000 |
commit | 7f15370d32d9f5573849f891d95c174e9e11bf98 (patch) | |
tree | d2306af1a9f5e2f5c78c847a487d9100e592274d /hungarian | |
parent | 681dd132a932141fb71d41320a8ab64bdbabaf90 (diff) | |
download | ports-7f15370d32d9f5573849f891d95c174e9e11bf98.tar.gz ports-7f15370d32d9f5573849f891d95c174e9e11bf98.zip |
Notes
Diffstat (limited to 'hungarian')
-rw-r--r-- | hungarian/hu-phone/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hungarian/hu-phone/Makefile b/hungarian/hu-phone/Makefile index 25c21fcaf3f6..b993a9f30b91 100644 --- a/hungarian/hu-phone/Makefile +++ b/hungarian/hu-phone/Makefile @@ -13,14 +13,13 @@ MAINTAINER= jmohacsi@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> |