git: 35f693fce86e - main - www/glpi: fix find arguments to do what's intended
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu May 20 16:00:38 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=35f693fce86e2954709167c1fbaf7aa7838dbb97
commit 35f693fce86e2954709167c1fbaf7aa7838dbb97
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-20 15:55:40 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-20 15:58:05 +0000
www/glpi: fix find arguments to do what's intended
Suggested by: mat
Approved by: portmgr blanket
---
www/glpi/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/glpi/Makefile b/www/glpi/Makefile
index 94fd261426b9..9c74142c59f7 100644
--- a/www/glpi/Makefile
+++ b/www/glpi/Makefile
@@ -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}
More information about the dev-commits-ports-all
mailing list