summaryrefslogtreecommitdiffstats
path: root/databases/pgaccess/Makefile
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
committertrevor <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
commit98d7950e05980253d33259a6aafcd5e3b6547fdb (patch)
tree1cbd7ce2d9411420b33e9f045481bd24f68ef920 /databases/pgaccess/Makefile
parenta959d36850b787f6723176962c2985587b2936cb (diff)
downloadFreeBSD-ports-98d7950e05980253d33259a6aafcd5e3b6547fdb.zip
FreeBSD-ports-98d7950e05980253d33259a6aafcd5e3b6547fdb.tar.gz
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'databases/pgaccess/Makefile')
-rw-r--r--databases/pgaccess/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud