pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/libwww Use find with "-print", noted by Georg Schw...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ac4e64b2377a
branches: trunk
changeset: 470978:ac4e64b2377a
user: heinz <heinz%pkgsrc.org@localhost>
date: Sun Mar 14 09:21:25 2004 +0000
description:
Use find with "-print", noted by Georg Schwarz in pkg/24248
diffstat:
www/libwww/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a8c1a8dd9483 -r ac4e64b2377a www/libwww/Makefile
--- a/www/libwww/Makefile Sun Mar 14 08:19:18 2004 +0000
+++ b/www/libwww/Makefile Sun Mar 14 09:21:25 2004 +0000
@@ -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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index