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

(-)dnsmasq/Makefile (-5 / +3 lines)
Lines 7-14 Link Here
7
7
8
PORTNAME=	dnsmasq
8
PORTNAME=	dnsmasq
9
PORTVERSION=	2.33
9
PORTVERSION=	2.33
10
PORTREVISION=	1
10
CATEGORIES=	dns ipv6
11
CATEGORIES=	dns ipv6
11
MASTER_SITES=	http://www.thekelleys.org.uk/dnsmasq/
12
MASTER_SITES=	${MASTER_SITE_GENTOO}
13
MASTER_SITE_SUBDIR=	distfiles
12
14
13
MAINTAINER=	babak@farrokhi.net
15
MAINTAINER=	babak@farrokhi.net
14
COMMENT=	Lightweight, easy to configure DNS forwarder and DHCP server
16
COMMENT=	Lightweight, easy to configure DNS forwarder and DHCP server
Lines 40-50 Link Here
40
CFLAGS+=	-DHAVE_DBUS
42
CFLAGS+=	-DHAVE_DBUS
41
.endif
43
.endif
42
44
43
.if ${OSVERSION} < 500037
44
USE_RC_SUBR=	dnsmasq.sh
45
USE_RC_SUBR=	dnsmasq.sh
45
.else
46
USE_RCORDER=	dnsmasq.sh
47
.endif
48
46
49
do-install:
47
do-install:
50
	${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin
48
	${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin

Return to bug 102284