1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Support staging

- Use COPYTREE_SHARE istead of CP
This commit is contained in:
Emanuel Haupt 2014-03-13 14:49:58 +00:00
parent 28e3bd877d
commit e17d05d260
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348075

View File

@ -16,10 +16,9 @@ USES= zip
RESTRICTED= No cost for personal, education and non-commercial use.
NO_BUILD= yes
NO_STAGE= yes
do-install:
${MKDIR} ${DATADIR}
${CP} -Rp ${WRKSRC} ${DATADIR}
${LN} -s ${DATADIR}/httprint ${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
${LN} -s httprint ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>