diff options
author | zuntum <zuntum> | 2001-11-18 13:15:55 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-18 13:15:55 +0000 |
commit | ef7c403a95917e1cae2e18a7ebdaac5b220c2795 (patch) | |
tree | c8971d9c9cfd03bebe99daf2d1c28ce9a40f015d | |
parent | b1f912619fe8717eb261a553b30dece71512a38c (diff) | |
download | pkgsrc-ef7c403a95917e1cae2e18a7ebdaac5b220c2795.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!
-rw-r--r-- | net/djbdns/Makefile | 8 |
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 |