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:
parent
28e3bd877d
commit
e17d05d260
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348075
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user