summaryrefslogtreecommitdiff
path: root/net/djbdns
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-18 13:15:55 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-18 13:15:55 +0000
commitd82cdeddfc12d9b444eb6aa1230671d0d49cd35d (patch)
treec8971d9c9cfd03bebe99daf2d1c28ce9a40f015d /net/djbdns
parent3430730aae5c1b9ece7d6862168952efddb4d571 (diff)
downloadpkgsrc-d82cdeddfc12d9b444eb6aa1230671d0d49cd35d.tar.gz
Introduce MANVERSION (now set to 20010212), so proper file name is used
in both DISTFILES and EXTRACT_ONLY (last time I broke it by updating DISTFILES without altering EXTRACT_ONLY approperiately). Pointed out by Amitai Schlair <schmonz@schmonz.com> in private mail. Thanks!
Diffstat (limited to 'net/djbdns')
-rw-r--r--net/djbdns/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile
index 7f536539f7f..f904273e17d 100644
--- a/net/djbdns/Makefile
+++ b/net/djbdns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/11/13 23:12:15 zuntum Exp $
+# $NetBSD: Makefile,v 1.17 2001/11/18 13:15:55 zuntum Exp $
# FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp
DISTNAME= djbdns-1.05
@@ -9,7 +9,7 @@ MASTER_SITES= http://cr.yp.to/djbdns/ \
http://www.hungry.com/~fn/ \
http://tinydns.org/
DISTFILES= ${DISTNAME}.tar.gz \
- ${DISTNAME}-man-20010212.tar.gz \
+ ${DISTNAME}-man-${MANVERSION}.tar.gz \
dnscache-log.pl.txt \
tinydns-log.pl.txt
@@ -26,11 +26,13 @@ NO_BIN_ON_CDROM=${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
- ${DISTNAME}-man.tar.gz
+ ${DISTNAME}-man-${MANVERSION}.tar.gz
ALL_TARGET= it
INSTALL_TARGET= setup check
+MANVERSION= 20010212
+
.if (${MACHINE_ARCH} == "arm32" && ${CFLAGS} == "-O2")
CFLAGS= -O0
.endif