diff options
author | tron <tron> | 2005-06-01 22:23:19 +0000 |
---|---|---|
committer | tron <tron> | 2005-06-01 22:23:19 +0000 |
commit | 83c0f24c8c504f9af79737641545e188263ad129 (patch) | |
tree | 44960b95c7e9ee339153935b1c3f26575aad6256 /net/bind9 | |
parent | e4ee07a51bda40daf6aebda4a2309134dd1cda0a (diff) | |
download | pkgsrc-83c0f24c8c504f9af79737641545e188263ad129.tar.gz |
Don't set "DIST_SUBDIR". BIND 9.x archives include the version number.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 3 | ||||
-rw-r--r-- | net/bind9/distinfo | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index bba56ab7e6e..2b0d66556ef 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2005/06/01 22:02:55 tron Exp $ +# $NetBSD: Makefile,v 1.71 2005/06/01 22:23:19 tron Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= bind-${BIND_VERSION} @@ -10,7 +10,6 @@ HOMEPAGE= http://www.isc.org/sw/bind/ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS BIND_VERSION= 9.3.1 -DIST_SUBDIR= bind/${BIND_VERSION} # IPv6 ready, automatically detected .include "../../mk/bsd.prefs.mk" diff --git a/net/bind9/distinfo b/net/bind9/distinfo index 993667a56d7..c1a9d3e7752 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2005/06/01 22:02:55 tron Exp $ +$NetBSD: distinfo,v 1.25 2005/06/01 22:23:19 tron Exp $ -SHA1 (bind/9.3.1/bind-9.3.1.tar.gz) = 99df8014e3b500c4d3a6652ec7b1c3cf7bba6f64 -RMD160 (bind/9.3.1/bind-9.3.1.tar.gz) = 845778c95d7a9a2c46330cac91001ae9a12151e3 -Size (bind/9.3.1/bind-9.3.1.tar.gz) = 4673603 bytes +SHA1 (bind-9.3.1.tar.gz) = 99df8014e3b500c4d3a6652ec7b1c3cf7bba6f64 +RMD160 (bind-9.3.1.tar.gz) = 845778c95d7a9a2c46330cac91001ae9a12151e3 +Size (bind-9.3.1.tar.gz) = 4673603 bytes SHA1 (patch-aa) = 959fe6c66d54fa93a0191065a5d54007065ca707 SHA1 (patch-ab) = dd12c457791a75a8b43d9dfd0c0b236dcdbe31a5 SHA1 (patch-ac) = 57f0fee92a6c84bf422c6b872eb327b755450557 |