summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-11-02 19:57:04 +0000
committerjperkin <jperkin@pkgsrc.org>2016-11-02 19:57:04 +0000
commit44a23f4923e813fb5a5b609fac11e751c0fe6e18 (patch)
treecd8e9c4bc760c6223e5cdf3f1be717413b7e13b2 /sysutils
parentcaf36dd476901501372fae448d033ee687f608e0 (diff)
downloadpkgsrc-44a23f4923e813fb5a5b609fac11e751c0fe6e18.tar.gz
Remove broken and incorrect DEINSTALL script, these directories are
correctly handled by OWN_DIRS. Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus/DEINSTALL20
-rw-r--r--sysutils/dbus/Makefile3
2 files changed, 2 insertions, 21 deletions
diff --git a/sysutils/dbus/DEINSTALL b/sysutils/dbus/DEINSTALL
deleted file mode 100644
index 81de0538eb1..00000000000
--- a/sysutils/dbus/DEINSTALL
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.2 2011/10/29 15:17:17 dholland Exp $
-
-# DEINSTALL is used rather than @pkgdir because the automatic directory
-# deletion mechanism makes dbus services remove these directories first,
-# and thus "Directory disappeared" messages will likely appear under @pkgdir
-
-case ${STAGE} in
-POST-DEINSTALL)
- CYCLE="@PREFIX@/share/dbus-1/system-services \
- @PREFIX@/share/dbus-1/services \
- @PREFIX@/libexec/dbus-1"
- for dbuspath in ${CYCLE}; do
- if [ -d ${dbuspath} ]; then
- if [ -n `${LS} -A ${dbuspath}` ]; then
- ${RMDIR} ${dbuspath}
- fi
- fi
- done
- ;;
-esac
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile
index d25442333a9..f538c86d9a8 100644
--- a/sysutils/dbus/Makefile
+++ b/sysutils/dbus/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2016/10/10 13:16:44 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2016/11/02 19:57:04 jperkin Exp $
DISTNAME= dbus-1.10.12
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/