View | Details | Raw Unified | Return to bug 65440 | Differences between
and this patch

Collapse All | Expand All

(-)munin-node/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	munin
8
PORTNAME=	munin
9
PORTVERSION=	1.0.0.p3
9
PORTVERSION=	1.0.0.p3
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	sysutils perl5
11
CATEGORIES=	sysutils perl5
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	munin
13
MASTER_SITE_SUBDIR=	munin
(-)munin-node/pkg-plist (-1 lines)
Lines 54-60 Link Here
54
@unexec rmdir %D/var/munin 2>/dev/null || true
54
@unexec rmdir %D/var/munin 2>/dev/null || true
55
@dirrm share/munin/plugins
55
@dirrm share/munin/plugins
56
@unexec rmdir %D/share/munin 2>/dev/null || true
56
@unexec rmdir %D/share/munin 2>/dev/null || true
57
@unexec rm -rf %D/etc/munin/plugins 2>/dev/null || true
58
@unexec rmdir %D/etc/munin/plugin-conf.d 2>/dev/null || true
57
@unexec rmdir %D/etc/munin/plugin-conf.d 2>/dev/null || true
59
@unexec rmdir %D/etc/munin 2>/dev/null || true
58
@unexec rmdir %D/etc/munin 2>/dev/null || true
60
@unexec echo "If you want to *completely* remove munin-node, you have to"
59
@unexec echo "If you want to *completely* remove munin-node, you have to"

Return to bug 65440