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. --- japanese/gal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese/gal') diff --git a/japanese/gal/Makefile b/japanese/gal/Makefile index a3c83c3a337f..2b4ea3b82930 100644 --- a/japanese/gal/Makefile +++ b/japanese/gal/Makefile @@ -14,6 +14,6 @@ MAINTAINER= ports@FreeBSD.org post-patch: perl -pi -e 's/gdk_font_load(\s)\(.*\)/gdk_fontset_load$$1\("-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*"\)/' \ - `find ${WRKSRC} -name "*.c" -print` + `${FIND} ${WRKSRC} -name "*.c" -print` .include "${MASTERDIR}/Makefile" -- cgit v1.2.3