View | Details | Raw Unified | Return to bug 200717
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	dnsmasq
4
PORTNAME=	dnsmasq
5
DISTVERSION=	2.72
5
DISTVERSION=	2.72
6
PORTREVISION=	1
6
PORTREVISION=	2
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	dns ipv6
8
CATEGORIES=	dns ipv6
9
MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \
9
MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/ \
Lines 108-115 Link Here
108
108
109
do-install:
109
do-install:
110
	${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${STAGEDIR}${PREFIX}/sbin
110
	${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${STAGEDIR}${PREFIX}/sbin
111
	${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${STAGEDIR}${PREFIX}/etc
111
	${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${STAGEDIR}${PREFIX}/etc/dnsmasq.conf.sample
112
	${REINPLACE_CMD} -i '' 's}%%PREFIX%%}${PREFIX}}' ${STAGEDIR}${PREFIX}/etc/dnsmasq.conf.example
112
	${REINPLACE_CMD} -i '' 's}%%PREFIX%%}${PREFIX}}' ${STAGEDIR}${PREFIX}/etc/dnsmasq.conf.sample
113
	${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8
113
	${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8
114
	${MKDIR} ${STAGEDIR}${DATADIR}
114
	${MKDIR} ${STAGEDIR}${DATADIR}
115
	${INSTALL_DATA} ${WRKSRC}/trust-anchors.conf ${STAGEDIR}${DATADIR}/
115
	${INSTALL_DATA} ${WRKSRC}/trust-anchors.conf ${STAGEDIR}${DATADIR}/
(-)pkg-plist (-3 / +1 lines)
Lines 1-7 Link Here
1
sbin/dnsmasq
1
sbin/dnsmasq
2
@unexec if cmp -s %D/etc/dnsmasq.conf %D/etc/dnsmasq.conf.example ; then rm -f %D/etc/dnsmasq.conf ; fi
2
@sample etc/dnsmasq.conf.sample
3
etc/dnsmasq.conf.example
4
@exec if [ ! -f %D/etc/dnsmasq.conf ]; then cp -p %D/%F %B/dnsmasq.conf; fi
5
man/man8/dnsmasq.8.gz
3
man/man8/dnsmasq.8.gz
6
%%DATADIR%%/trust-anchors.conf
4
%%DATADIR%%/trust-anchors.conf
7
%%EXAMPLESDIR%%/dnslist/dhcp.css
5
%%EXAMPLESDIR%%/dnslist/dhcp.css

Return to bug 200717