summaryrefslogtreecommitdiff
path: root/net/djbdns
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2005-08-19 04:44:09 +0000
committerschmonz <schmonz@pkgsrc.org>2005-08-19 04:44:09 +0000
commit07fa8b95368bc58102a98733baed9574592081b8 (patch)
treeae0359e498730cf8cef77d2d8546908b4fd377df /net/djbdns
parent736775b870cb3901b51896ccc34897e8cfb14721 (diff)
downloadpkgsrc-07fa8b95368bc58102a98733baed9574592081b8.tar.gz
Convert DJB_ERRNO_HACK to a "djbware-errno-hack" option available
in all packages using djbware.mk. For now, keep the same default, avoiding PKGREVISION bumps.
Diffstat (limited to 'net/djbdns')
-rw-r--r--net/djbdns/Makefile4
-rw-r--r--net/djbdns/options.mk4
2 files changed, 3 insertions, 5 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile
index 6c7b664d43d..52b0600435a 100644
--- a/net/djbdns/Makefile
+++ b/net/djbdns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2005/08/19 03:55:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.48 2005/08/19 04:44:10 schmonz Exp $
DISTNAME= djbdns-1.05
PKGREVISION= 7
@@ -33,8 +33,6 @@ GCC_REQD+= 3.0
INSTALLATION_DIRS= bin man man/man1 man/man5 man/man8 share/examples/djbdns
-.include "options.mk"
-
post-install:
cd ${WRKDIR}/*-man; for i in 1 5 8; do \
for j in *.$$i; do ${INSTALL_MAN} $$j ${PREFIX}/man/man$$i; done \
diff --git a/net/djbdns/options.mk b/net/djbdns/options.mk
index 9effacd3b49..da5d64132f1 100644
--- a/net/djbdns/options.mk
+++ b/net/djbdns/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.5 2005/07/19 19:41:19 schmonz Exp $
+# $NetBSD: options.mk,v 1.6 2005/08/19 04:44:10 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.djbdns
-PKG_SUPPORTED_OPTIONS= inet6 djbdns-ignoreip2 djbdns-tinydns64
+PKG_SUPPORTED_OPTIONS+= inet6 djbdns-ignoreip2 djbdns-tinydns64
PKG_OPTIONS_LEGACY_OPTS+= ignoreip2:djbdns-ignoreip2
PKG_OPTIONS_LEGACY_OPTS+= tinydns64:djbdns-tinydns64