From 98d7950e05980253d33259a6aafcd5e3b6547fdb Mon Sep 17 00:00:00 2001 From: trevor Date: Thu, 13 Nov 2003 14:45:08 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- databases/pgaccess/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/pgaccess/Makefile') diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 6005c11..029cd47 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -38,7 +38,7 @@ do-build: do-install: @${MKDIR} ${PGACCESSDIR} ; \ cd ${WRKSRC} ;\ - ${TAR} cf - `find * ! \( -path win32\* -o -path doc\* \)` | \ + ${TAR} cf - `${FIND} * ! \( -path win32\* -o -path doc\* \)` | \ ( cd ${PGACCESSDIR}; ${TAR} xf - ) ; \ ${CHOWN} -R 0:0 ${PGACCESSDIR} .for file in pgaccess pgmonitor -- cgit v1.1