diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 15:45:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 15:45:12 +0000 |
commit | 987f9567e4d7ba35f822457719cc287abb68329b (patch) | |
tree | 9150651993de14f0bf52cdeea5d3ac7e1b091f2c /x11 | |
parent | 4a83b6c9622f391e5d8899ed00c75303f98d2e34 (diff) | |
download | pkgsrc-987f9567e4d7ba35f822457719cc287abb68329b.tar.gz |
find -> ${FIND}
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 7acff4eacf1..0bb5add12d4 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2000/01/20 13:40:11 tron Exp $ +# $NetBSD: Makefile,v 1.39 2000/02/05 15:45:12 wiz Exp $ DISTNAME= gnome-libs-1.0.55 CATEGORIES= x11 gnome @@ -47,7 +47,7 @@ pre-build: post-install: ${MKDIR} ${LOCALSTATEDIR} ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} - cd ${PREFIX}; find lib -name 'libgnome.so.*' >>${PLIST_SRC} + cd ${PREFIX}; ${FIND} lib -name 'libgnome.so.*' >>${PLIST_SRC} ${TEST} ${PREFIX} = ${LOCALBASE} || \ ${LN} -fs ${PREFIX}/share/aclocal/libart.m4 \ ${LOCALBASE}/share/aclocal/libart.m4 |