diff options
author | wiz <wiz> | 2000-02-05 15:51:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-05 15:51:04 +0000 |
commit | 1d52ed85223a00bc3af5a42a84e255d9612c6afe (patch) | |
tree | 6af03ea6977295d9f8113178e769a0e112f12a55 /x11/kdebase | |
parent | 98d71467f28c469a61b538a92e4241d1290764df (diff) | |
download | pkgsrc-1d52ed85223a00bc3af5a42a84e255d9612c6afe.tar.gz |
find -> ${FIND}, whitespace fix
Diffstat (limited to 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index 12d94c8b1b3..a400c3eff5a 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2000/02/01 16:12:36 tron Exp $ +# $NetBSD: Makefile,v 1.61 2000/02/05 15:51:04 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 @@ -17,7 +17,6 @@ DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs DEPENDS+= ncurses>=4.2:../../devel/ncurses DEPENDS+= xpm-3.4k:../../graphics/xpm - # kdebase doesn't manipulate GIFs, but KDE packages depending on kdebase # often do, so put the dependency here. # @@ -52,8 +51,8 @@ post-extract: post-install: @${CHMOD} u+s ${PREFIX}/bin/klock @${CP} ${PLIST_INIT} ${PLIST_SRC} - @(cd ${PREFIX}; find ${PLIST_DIRS} -type f >>${PLIST_SRC}) - @(cd ${PREFIX}; find ${PLIST_DIRS} -type d | sort -r | \ + @(cd ${PREFIX}; ${FIND} ${PLIST_DIRS} -type f >>${PLIST_SRC}) + @(cd ${PREFIX}; ${FIND} ${PLIST_DIRS} -type d | sort -r | \ ${SED} "s/^/\@dirrm /" >>${PLIST_SRC}) .for DIR in ${KDE_DIRS} @${MKDIR} ${PREFIX}/${DIR} |