summaryrefslogtreecommitdiff
path: root/security/netramet
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
committerheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
commitc00807be673f4f2bb5250bb34151186d0006749e (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /security/netramet
parentede0be0eaa8bfcc8cfdb0b40604997b8ceb055d7 (diff)
downloadpkgsrc-c00807be673f4f2bb5250bb34151186d0006749e.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'security/netramet')
-rw-r--r--security/netramet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/netramet/Makefile b/security/netramet/Makefile
index a110ef1a2c0..46d27c10c9f 100644
--- a/security/netramet/Makefile
+++ b/security/netramet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/03/22 03:48:18 itojun Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/27 00:53:10 heinz Exp $
#
DISTNAME= NeTraMet44
@@ -14,7 +14,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--without-x
post-patch:
- for i in `${FIND} ${WRKSRC} -name Makefile.in`; do \
+ for i in `${FIND} ${WRKSRC} -name Makefile.in -print`; do \
${SED} "s,CFLAGS=,CFLAGS+=,g" $$i > $$i.done; \
${MV} $$i.done $$i; \
done