From e99ceadaf6c77b80c19e16d91306e944305b1c88 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 14:45:08 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- graphics/geomview/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/geomview/Makefile') diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 8fe646d0c458..a394d10670b1 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -46,7 +46,7 @@ AC_FAKE_FILES= aclocal.m4 config.h.in stamp-h stamp-h.in post-configure: cd ${WRKSRC}; ${TOUCH} ${AC_FAKE_FILES} - find ${WRKSRC} -name Makefile.in | xargs ${TOUCH} + ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH} pre-install: ${MKDIR} ${PREFIX}/share/geomview -- cgit v1.2.3