1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
This commit is contained in:
Vanilla I. Shu 2014-09-01 08:48:08 +00:00
parent 97d83a4a26
commit 4c8368406d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366844

View File

@ -25,9 +25,8 @@ x-generate-plist: build
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
NO_STAGE= yes
do-install:
${MKDIR} ${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
@${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>