summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-03-14 09:21:25 +0000
committerheinz <heinz@pkgsrc.org>2004-03-14 09:21:25 +0000
commitdcad0d5b436e7c75e36d775aad0fd6668f78126c (patch)
tree9a9a959dbd558cd20862d879cc3aa2f645927e1a /www
parentd91439015de3375533bc6df3df302413e24caec5 (diff)
downloadpkgsrc-dcad0d5b436e7c75e36d775aad0fd6668f78126c.tar.gz
Use find with "-print", noted by Georg Schwarz in pkg/24248
Diffstat (limited to 'www')
-rw-r--r--www/libwww/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 316951241d2..f7682e1c887 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2004/02/29 11:49:54 markd Exp $
+# $NetBSD: Makefile,v 1.54 2004/03/14 09:21:25 heinz Exp $
DISTNAME= w3c-libwww-5.4.0
PKGNAME= libwww-5.4.0
@@ -33,7 +33,7 @@ pre-configure:
.for f in aclocal.m4 configure stamp-h.in
${TOUCH} ${WRKSRC}/$f
.endfor
- ${TOUCH} `${FIND} ${WRKSRC} -name Makefile.in`
+ ${TOUCH} `${FIND} ${WRKSRC} -name Makefile.in -print`
.include "../../mk/bsd.prefs.mk"