diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 14:45:08 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 14:45:08 +0000 |
commit | e99ceadaf6c77b80c19e16d91306e944305b1c88 (patch) | |
tree | e8a8f4dac51e148717ae07e2de0c635ec5d58833 /japanese/gal | |
parent | Update to 1.0.47. (diff) |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes:
svn path=/head/; revision=93890
Diffstat (limited to 'japanese/gal')
-rw-r--r-- | japanese/gal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |