summaryrefslogtreecommitdiff
path: root/x11/afterstep
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-05 15:34:03 +0000
committerwiz <wiz@pkgsrc.org>2000-02-05 15:34:03 +0000
commitb6ba5f3aa9122d0f660422ebc5860bb74634fd09 (patch)
treeabd24041bb847367ee07a1e164058ae28cc80c02 /x11/afterstep
parent8c08a5ee2cea28bd185b5eeeac25a01381e302e3 (diff)
downloadpkgsrc-b6ba5f3aa9122d0f660422ebc5860bb74634fd09.tar.gz
find -> ${FIND}
Diffstat (limited to 'x11/afterstep')
-rw-r--r--x11/afterstep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile
index ae716ae31c3..a3b92e9441e 100644
--- a/x11/afterstep/Makefile
+++ b/x11/afterstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/10/28 10:07:42 agc Exp $
+# $NetBSD: Makefile,v 1.13 2000/02/05 15:34:03 wiz Exp $
DISTNAME= AfterStep-1.6.10
PKGNAME= afterstep-1.6.10
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --with-png-includes=${LOCALBASE}/include \
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
post-patch:
- for i in ` find ${WRKSRC} -name "*.man" -print `; do \
+ for i in ` ${FIND} ${WRKSRC} -name "*.man" -print `; do \
${MV} $$i $$i.orig ;\
${SED} -e 's@/usr/local/@${PREFIX}/@g' < $$i.orig > $$i ; \
${RM} $$i.orig ;\