diff options
-rw-r--r-- | dns/openresolv/Makefile | 7 | ||||
-rw-r--r-- | dns/openresolv/pkg-plist | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile index 90c410cbd68c..b4247c39b4ff 100644 --- a/dns/openresolv/Makefile +++ b/dns/openresolv/Makefile @@ -3,18 +3,19 @@ PORTNAME= openresolv PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \ +MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \ ftp://roy.marples.name/pub/openresolv/ MAINTAINER= roy@marples.name COMMENT= Resolvconf compatible framework for managing resolv.conf -USES= tar:bzip2 +USES= tar:bzip2 +NO_ARCH= yes SUB_FILES= pkg-deinstall pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message - .include <bsd.port.mk> diff --git a/dns/openresolv/pkg-plist b/dns/openresolv/pkg-plist index 206b44aa2eb3..dae8d7d7a1f4 100644 --- a/dns/openresolv/pkg-plist +++ b/dns/openresolv/pkg-plist @@ -6,3 +6,4 @@ etc/resolvconf/update.d/libc etc/resolvconf/update.d/dnsmasq etc/resolvconf/update.d/named man/man8/resolvconf.8.gz +@dir /var/run/resolvconf |