diff options
author | dougb <dougb@FreeBSD.org> | 2001-05-14 07:42:08 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-05-14 07:42:08 +0800 |
commit | e770202149c8c8d9995f3d91d58e3e7c3ff34f25 (patch) | |
tree | bfdf43877c1059d02dafc78b369464718d7bac8e /dns | |
parent | 6b085acef32bfe1e709ef8922816ab70b37fe89a (diff) | |
download | freebsd-ports-gnome-e770202149c8c8d9995f3d91d58e3e7c3ff34f25.tar.gz freebsd-ports-gnome-e770202149c8c8d9995f3d91d58e3e7c3ff34f25.tar.zst freebsd-ports-gnome-e770202149c8c8d9995f3d91d58e3e7c3ff34f25.zip |
Avoid confusing pkg tools with wonky version numbers
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 76bb3d93a8f9..a02efc7ab1b8 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bind -PORTVERSION= 8.2.4-T2B +PORTVERSION= 8.2.4.T2B CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/testing/t2b/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz |