diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-21 19:51:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-21 19:51:06 +0800 |
commit | 512b1750c705344e057b692c585c821232a0a875 (patch) | |
tree | 94178577c4041de37bdb90a948e9bcd5754428b8 /dns | |
parent | 54ad72cd39be2229515ca8511a97a3e60892af97 (diff) | |
download | freebsd-ports-gnome-512b1750c705344e057b692c585c821232a0a875.tar.gz freebsd-ports-gnome-512b1750c705344e057b692c585c821232a0a875.tar.zst freebsd-ports-gnome-512b1750c705344e057b692c585c821232a0a875.zip |
- Fix rc script installation
- Update MASTER_SITES
- Bump PORTREVISION
PR: ports/102284
Submitted by: Babak Farrokhi <babak(at)farrokhi.net>
Approved by: krion (mentor)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 5ca60d637660..04a13aaf065d 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -7,8 +7,10 @@ PORTNAME= dnsmasq PORTVERSION= 2.33 +PORTREVISION= 1 CATEGORIES= dns ipv6 -MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= babak@farrokhi.net COMMENT= Lightweight, easy to configure DNS forwarder and DHCP server @@ -40,11 +42,7 @@ LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus CFLAGS+= -DHAVE_DBUS .endif -.if ${OSVERSION} < 500037 USE_RC_SUBR= dnsmasq.sh -.else -USE_RCORDER= dnsmasq.sh -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin |