diff options
author | schmonz <schmonz> | 2005-08-19 04:44:09 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-08-19 04:44:09 +0000 |
commit | bc1dbf5091b07a6b466c4746b816c1551107d2ad (patch) | |
tree | ae0359e498730cf8cef77d2d8546908b4fd377df /net/djbdns/Makefile | |
parent | 7a79d262d6c41eeda8787220e5b935bd75fdcbc4 (diff) | |
download | pkgsrc-bc1dbf5091b07a6b466c4746b816c1551107d2ad.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/Makefile')
-rw-r--r-- | net/djbdns/Makefile | 4 |
1 files changed, 1 insertions, 3 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 \ |