summaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-27 00:53:10 +0000
committerheinz <heinz>2004-01-27 00:53:10 +0000
commitc4a746650ec3ce51092f46b30440ee814f6dbcaa (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /x11/mlterm
parentd8e3f2f0d5830a73b60fbd37e5d63bfc0282c3c6 (diff)
downloadpkgsrc-c4a746650ec3ce51092f46b30440ee814f6dbcaa.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 79a0a3b31bb..4b749bc56dc 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/24 15:30:33 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/27 00:53:10 heinz Exp $
DISTNAME= mlterm-2.7.0
PKGREVISION= 2
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --enable-anti-alias
CONFIGURE_ARGS+= --without-libiconv-prefix
post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | \
+ @${FIND} ${WRKSRC} -name Makefile.in -print | \
while read f; do \
${MV} $$f $${f}.orig; \
${SED} \