Support staging

This commit is contained in:
Emanuel Haupt 2014-02-18 12:01:09 +00:00
parent 681dd132a9
commit 7f15370d32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344870

View file

@ -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>