From 70cf5e59c3324b99cef49f169c9a92ae5a81ac6a Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 14 Jul 2001 12:37:45 +0000 Subject: Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option on Solaris' xargs. --- graphics/libungif/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/libungif') diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index 8da892cc2c1..04da2d78532 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/06/19 04:08:42 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2001/07/14 12:37:54 jlam Exp $ # DISTNAME= libungif-4.1.0 @@ -36,7 +36,7 @@ post-patch: # pre-build: ${TOUCH} ${WRKSRC}/aclocal.m4 - ${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 ${TOUCH} + ${FIND} ${WRKSRC} -name "Makefile.in" -print | ${XARGS} ${TOUCH} post-install: cd ${PREFIX}; \ -- cgit v1.2.3