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