From f725dc8ef5848b5e69ebefdc7c1f1517f26643fb Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 12:54:57 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- www/gallery/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/gallery') 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: -- cgit v1.2.3