1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-01-09 21:14:38 +00:00
parent 6d6b884ae7
commit 4aabbf4232
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339281

View File

@ -26,8 +26,7 @@ LDFLAGS+= -pthread
PLIST_FILES= bin/dcc
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dcc ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/dcc ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>