summaryrefslogtreecommitdiff
path: root/net/openresolv/Makefile
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2009-03-14 22:33:20 +0000
committerroy <roy@pkgsrc.org>2009-03-14 22:33:20 +0000
commit7c2b97ce71f90fe7d524f3b855b481c95afe8693 (patch)
treed8da2dd18efca5c464fa2c0fc5a6ea8a55617570 /net/openresolv/Makefile
parentdd2a335bd0ded74c340f3146bc4b889101967ecb (diff)
downloadpkgsrc-7c2b97ce71f90fe7d524f3b855b481c95afe8693.tar.gz
Update to openresolv-2.1
No functional changes since 2.0.1 aside from moving the shell scripts out of etc and into libexec. The configuration files in etc/resolvconf/resolv.conf.d have been moved into resolvconf.
Diffstat (limited to 'net/openresolv/Makefile')
-rw-r--r--net/openresolv/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/net/openresolv/Makefile b/net/openresolv/Makefile
index f11233e909e..8c97e3e16ad 100644
--- a/net/openresolv/Makefile
+++ b/net/openresolv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/02/07 22:57:02 roy Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/14 22:33:20 roy Exp $
#
-DISTNAME= openresolv-2.0.1
+DISTNAME= openresolv-2.1
CATEGORIES= net
MASTER_SITES= ftp://roy.marples.name/pub/openresolv/
MASTER_SITES+= http://roy.aydogan.net/openresolv/
@@ -22,14 +22,7 @@ MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} \
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
OWN_DIRS= ${PKG_SYSCONFDIR}/update.d
-OWN_DIRS+= ${PKG_SYSCONFDIR}/resolv.conf.d
-CONF_FILES= ${EGDIR}/resolv.conf.d/head \
- ${PKG_SYSCONFDIR}/resolv.conf.d/head
+CONF_FILES= ${EGDIR}/resolv.conf.head \
+ ${PKG_SYSCONFDIR}/resolv.conf.head
-CONF_FILES_PERMS=
-.for s in libc dnsmasq named
-CONF_FILES_PERMS+= ${EGDIR}/update.d/${s} ${PKG_SYSCONFDIR}/update.d/${s} \
- ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0755
-.endfor
-
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk" \ No newline at end of file