summaryrefslogtreecommitdiff
path: root/x11/kdebase
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-05 15:51:04 +0000
committerwiz <wiz>2000-02-05 15:51:04 +0000
commit8f40ea0d97e380066e461544daa8fc024be9063f (patch)
tree6af03ea6977295d9f8113178e769a0e112f12a55 /x11/kdebase
parent565f240211739f6ccd5d05c3de7a27cb65ab2068 (diff)
downloadpkgsrc-8f40ea0d97e380066e461544daa8fc024be9063f.tar.gz
find -> ${FIND}, whitespace fix
Diffstat (limited to 'x11/kdebase')
-rw-r--r--x11/kdebase/Makefile7
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}