1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-21 14:04:46 +00:00
parent 9e14603a16
commit 303b109146
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345465

View File

@ -18,8 +18,7 @@ EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.phone
NO_BUILD= yes
PLIST_FILES= share/misc/uk.phone
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/uk.phone ${PREFIX}/share/misc
${INSTALL_DATA} ${WRKSRC}/uk.phone ${STAGEDIR}${PREFIX}/share/misc
.include <bsd.port.mk>