summaryrefslogtreecommitdiff
path: root/x11/kdebase/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-02-18 23:37:54 +0000
committertron <tron>1999-02-18 23:37:54 +0000
commitf026e528a9e39e8891f303c8a0de00014370004d (patch)
tree60e074d5890c77d266d0d393272c13ec850eccdf /x11/kdebase/Makefile
parent7ad059baf26e5c239c99172788a3213a416aedd4 (diff)
downloadpkgsrc-f026e528a9e39e8891f303c8a0de00014370004d.tar.gz
Let "kdebase" package create the directories "share/doc/kde/HTML/it" and
"share/kde/sounds" to avoid problems if "kdeutils" gets removed before "kdenetwork" package.
Diffstat (limited to 'x11/kdebase/Makefile')
-rw-r--r--x11/kdebase/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile
index 83fe4853bac..16b5562063e 100644
--- a/x11/kdebase/Makefile
+++ b/x11/kdebase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 1999/02/17 08:34:36 tron Exp $
+# $NetBSD: Makefile,v 1.30 1999/02/18 23:37:54 tron Exp $
# FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp
#
@@ -36,6 +36,8 @@ PLIST_DIRS= share/kde/applnk share/kde/apps/kappfinder share/kde/icons \
share/kde/mimelnk
post-install:
+ @${MKDIR} ${PREFIX}/share/doc/kde/HTML/it
+ @${MKDIR} ${PREFIX}/share/kde/sounds
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${PREFIX}; find ${PLIST_DIRS} -type f >>${PLIST_SRC})
@(cd ${PREFIX}; find ${PLIST_DIRS} -type d | sort -r | \