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

Collapse All | Expand All

(-)/usr/ports/net/igmpproxy/Makefile (-4 lines)
Lines 24-31 Link Here
24
MAN5=		igmpproxy.conf.5
24
MAN5=		igmpproxy.conf.5
25
MAN8=		igmpproxy.8
25
MAN8=		igmpproxy.8
26
26
27
PLIST_FILES=	sbin/igmpproxy \
28
		etc/igmpproxy.conf \
29
		etc/igmpproxy.conf.sample
30
31
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)/usr/ports/net/igmpproxy/pkg-plist (+3 lines)
Line 0 Link Here
1
sbin/igmpproxy
2
@unexec if cmp -s %D/etc/igmpproxy.conf.sample %D/etc/igmpproxy.conf; then rm -f %D/etc/igmpproxy.conf; fi
3
etc/igmpproxy.conf.sample

Return to bug 149547