diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
commit | f725dc8ef5848b5e69ebefdc7c1f1517f26643fb (patch) | |
tree | 61e738084a4bfbaac41e371a863552bfb8c6ed2a /www/gallery | |
parent | 985ad018658ea12b1f67b9a76f8252fac0982438 (diff) | |
download | ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.tar.gz ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.zip |
Notes
Diffstat (limited to 'www/gallery')
-rw-r--r-- | www/gallery/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index 09fceaa8b86f..565ce8cce83c 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -49,7 +49,7 @@ post-configure: do-install: @ ${MKDIR} -m 0755 ${PREFIX}/${GALLERYDIR} - @ cd ${WRKSRC} && find * -name \*.bat ${EXCEPTFILES:S/^/-o -name /} \ + @ cd ${WRKSRC} && ${FIND} * -name \*.bat ${EXCEPTFILES:S/^/-o -name /} \ -o -print | ${CPIO} ${WWWOWN}:${WWWGRP} ${PREFIX}/${GALLERYDIR} post-install: |