1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-19 10:21:18 +00:00
parent c025cf2dae
commit a7db9e55f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345062

View File

@ -13,8 +13,7 @@ COMMENT= Command-line flags module for Unix shell scripts
NO_BUILD= yes
PLIST_FILES= lib/shflags
NO_STAGE= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/src/shflags ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/src/shflags ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>