mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
www/owncloud: Remove -f because RM has it already
This commit is contained in:
parent
36c14441b9
commit
9f768f44f4
@ -45,7 +45,7 @@ SSL_USE= PHP=openssl
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -type d -empty -delete
|
||||
@${FIND} ${WRKSRC} -type d -name .github | ${XARGS} ${RM} -fr
|
||||
@${FIND} ${WRKSRC} -type d -name .github | ${XARGS} ${RM} -r
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/
|
||||
|
Loading…
Reference in New Issue
Block a user