diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 13:36:29 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 13:36:29 +0000 |
commit | c1053393f2f374c49c8bbfe56f1a707cae6abf61 (patch) | |
tree | 7681fe4daa433e86a5a66045f73c8317158ac02f | |
parent | ae4cfa24f968b423a52fbe3d55b820123a687244 (diff) | |
download | FreeBSD-ports-c1053393f2f374c49c8bbfe56f1a707cae6abf61.zip FreeBSD-ports-c1053393f2f374c49c8bbfe56f1a707cae6abf61.tar.gz |
Remove trailing whitespaces from category dns
-rw-r--r-- | dns/hostdb/Makefile | 2 | ||||
-rw-r--r-- | dns/maradns1/Makefile | 2 | ||||
-rw-r--r-- | dns/mydns/Makefile | 2 | ||||
-rw-r--r-- | dns/py-dns/Makefile | 2 | ||||
-rw-r--r-- | dns/rbldnsd/Makefile | 2 | ||||
-rw-r--r-- | dns/samba-nsupdate/Makefile | 2 | ||||
-rw-r--r-- | dns/walker/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/dns/hostdb/Makefile b/dns/hostdb/Makefile index bb004d7..de75662 100644 --- a/dns/hostdb/Makefile +++ b/dns/hostdb/Makefile @@ -22,7 +22,7 @@ HOSTDB_EXAMPLES_DIRS+= mailserverexample/out mailserverexample SHEBANG_FILES= bin/mkdestinations bin/mknamedconf bin/zone2hostdbhelper \ bin/mkzones bin/canonzone bin/genrange -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES pre-install: ${FIND} ${WRKSRC} -name "*\.orig" -delete diff --git a/dns/maradns1/Makefile b/dns/maradns1/Makefile index fd3ddac..d9ba368 100644 --- a/dns/maradns1/Makefile +++ b/dns/maradns1/Makefile @@ -24,7 +24,7 @@ USE_RC_SUBR= ${PORTNAME} zoneserver USERS= bind GROUPS= bind -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile index 9cfb6d5..3a892e6 100644 --- a/dns/mydns/Makefile +++ b/dns/mydns/Makefile @@ -28,7 +28,7 @@ DOCS= AUTHORS COPYING ChangeLog NEWS QUICKSTART.mysql QUICKSTART.postgres READM NO_STAGE= yes -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS NLS .include <bsd.port.options.mk> diff --git a/dns/py-dns/Makefile b/dns/py-dns/Makefile index e7ab18a..42447d8 100644 --- a/dns/py-dns/Makefile +++ b/dns/py-dns/Makefile @@ -24,7 +24,7 @@ PYDISTUTILS_AUTOPLIST= yes PORTDOCS= README.txt README-guido.txt DOCSDIR= ${PREFIX}/share/doc/py-dns -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/dns/rbldnsd/Makefile b/dns/rbldnsd/Makefile index a5d7562..3bf4841 100644 --- a/dns/rbldnsd/Makefile +++ b/dns/rbldnsd/Makefile @@ -25,7 +25,7 @@ SUB_FILES= pkg-message NO_STAGE= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> diff --git a/dns/samba-nsupdate/Makefile b/dns/samba-nsupdate/Makefile index a09e05a..e94c001 100644 --- a/dns/samba-nsupdate/Makefile +++ b/dns/samba-nsupdate/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= \ NO_STAGE= yes -OPTIONS_DEFINE= IPV6 +OPTIONS_DEFINE= IPV6 .include <bsd.port.options.mk> diff --git a/dns/walker/Makefile b/dns/walker/Makefile index a431f57..5baedab 100644 --- a/dns/walker/Makefile +++ b/dns/walker/Makefile @@ -20,7 +20,7 @@ NO_BUILD= yes PLIST_FILES= bin/walker man/man1/walker.1.gz PORTDOCS= index.html -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |