mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Grrr. Sanitize lines order.
This commit is contained in:
parent
6c4236362b
commit
49a1902092
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194632
@ -25,10 +25,10 @@ BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${TAR} -C ${WRKSRC}/test -cf - . | \
|
||||
${TAR} -C ${EXAMPLESDIR} --unlink -xf -
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${FIND} ${EXAMPLESDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
|
||||
@${FIND} ${EXAMPLESDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user