Skip to content

Commit

Permalink
www/glpi: fix find arguments to do what's intended
Browse files Browse the repository at this point in the history
Suggested by:	mat
Approved by:	portmgr blanket
  • Loading branch information
AMDmi3 committed May 20, 2021
1 parent 4cc35b3 commit 35f693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/glpi/Makefile
Expand Up @@ -32,7 +32,7 @@ LDAP_USE= PHP=ldap
IMAP_USE= PHP=imap

post-extract:
@${FIND} ${WRKSRC} -name '*~' -o -name '*.orig' -o -name '*.rej' -delete
${FIND} ${WRKSRC} \( -name '*~' -o -name '*.orig' -o -name '*.rej' \) -delete

do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
Expand Down

0 comments on commit 35f693f

Please sign in to comment.