diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:54:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:54:26 +0000 |
commit | 5005b67362a735dc18d3d85170eae34e1fb6feab (patch) | |
tree | 3a1e73b4128190b7ed7020b2113a1d94d76b0e93 /dns | |
parent | e4eefd3f1e344c567f932fef63a6f04a0bb4eba4 (diff) | |
download | ports-5005b67362a735dc18d3d85170eae34e1fb6feab.tar.gz ports-5005b67362a735dc18d3d85170eae34e1fb6feab.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/hostdb/Makefile | 3 | ||||
-rw-r--r-- | dns/maradns/Makefile | 2 | ||||
-rw-r--r-- | dns/mydns/Makefile | 3 | ||||
-rw-r--r-- | dns/py-dns/Makefile | 3 | ||||
-rw-r--r-- | dns/rbldnsd/Makefile | 3 | ||||
-rw-r--r-- | dns/samba-nsupdate/Makefile | 2 | ||||
-rw-r--r-- | dns/walker/Makefile | 2 |
7 files changed, 18 insertions, 0 deletions
diff --git a/dns/hostdb/Makefile b/dns/hostdb/Makefile index 75afa6021b06..27eca8316e43 100644 --- a/dns/hostdb/Makefile +++ b/dns/hostdb/Makefile @@ -16,6 +16,9 @@ HOSTDB_EXAMPLES_DIRS= example1/out example1/ example2 hiddenmaster HOSTDB_EXAMPLES_DIRS+= mailserverexample/out mailserverexample NO_STAGE= yes + +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> pre-install: diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index 4327df93a50e..94a6f3c40afd 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -23,6 +23,8 @@ USE_RC_SUBR= ${PORTNAME} zoneserver USERS= bind GROUPS= bind +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-patch: diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 842984992d94..9cfb6d5bb6bf 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -27,6 +27,9 @@ MAN8= mydns.8 mydnscheck.8 mydnsexport.8 mydnsimport.8 mydnsptrconvert.8 mydns- DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres README TODO NO_STAGE= yes + +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MALIAS} diff --git a/dns/py-dns/Makefile b/dns/py-dns/Makefile index 8635165c7f7a..d5140f6d210f 100644 --- a/dns/py-dns/Makefile +++ b/dns/py-dns/Makefile @@ -25,6 +25,9 @@ DOCS= README.txt README-guido.txt DOCSDIR= ${PREFIX}/share/doc/py-dns NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/dns/rbldnsd/Makefile b/dns/rbldnsd/Makefile index f933c58db654..a5d75620a810 100644 --- a/dns/rbldnsd/Makefile +++ b/dns/rbldnsd/Makefile @@ -24,6 +24,9 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: diff --git a/dns/samba-nsupdate/Makefile b/dns/samba-nsupdate/Makefile index fc9c575f99be..a09e05af3344 100644 --- a/dns/samba-nsupdate/Makefile +++ b/dns/samba-nsupdate/Makefile @@ -38,6 +38,8 @@ CONFIGURE_ARGS+= \ NO_STAGE= yes +OPTIONS_DEFINE= IPV6 + .include <bsd.port.options.mk> .include <bsd.port.pre.mk> diff --git a/dns/walker/Makefile b/dns/walker/Makefile index 8dcea7b4e8d5..a431f570615f 100644 --- a/dns/walker/Makefile +++ b/dns/walker/Makefile @@ -20,6 +20,8 @@ NO_BUILD= yes PLIST_FILES= bin/walker man/man1/walker.1.gz PORTDOCS= index.html +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: |