diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:14:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:14:44 +0000 |
commit | afe3ea23a32bba2591b1c38b1c1d6c7ad023f19f (patch) | |
tree | 4ce2d7c92d85d99b2796d2a4a3f2624071c9171f /dns | |
parent | e293f176f3d58b0cdd2addfd75f30b550ab59ee7 (diff) | |
download | ports-afe3ea23a32bba2591b1c38b1c1d6c7ad023f19f.tar.gz ports-afe3ea23a32bba2591b1c38b1c1d6c7ad023f19f.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/openresolv/Makefile | 7 | ||||
-rw-r--r-- | dns/openresolv/pkg-plist | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile index 48ccb4e86fee..712d0fa626b4 100644 --- a/dns/openresolv/Makefile +++ b/dns/openresolv/Makefile @@ -5,21 +5,16 @@ PORTNAME= openresolv PORTVERSION= 1.1 CATEGORIES= dns MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \ - ftp://roy.marples.name/pub/openresolv/ + ftp://roy.marples.name/pub/openresolv/ MAINTAINER= roy@marples.name COMMENT= A resolvconf compatible framework for managing resolv.conf USE_BZIP2= yes -MAN8= resolvconf.8 - SUB_FILES= pkg-deinstall pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message -NO_STAGE= yes -post-install: - @${CAT} ${WRKDIR}/pkg-message .include <bsd.port.mk> diff --git a/dns/openresolv/pkg-plist b/dns/openresolv/pkg-plist index d5ff7222da8f..190298031871 100644 --- a/dns/openresolv/pkg-plist +++ b/dns/openresolv/pkg-plist @@ -5,6 +5,7 @@ etc/resolvconf/run etc/resolvconf/update.d/libc etc/resolvconf/update.d/dnsmasq etc/resolvconf/update.d/named +man/man8/resolvconf.8.gz @dirrm etc/resolvconf/update.d @dirrm etc/resolvconf/update-libc.d @dirrm etc/resolvconf/resolv.conf.d |