diff options
author | mat <mat@FreeBSD.org> | 2014-11-19 07:17:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-19 07:17:41 +0800 |
commit | 1815f1e6cc3c70f0c7b1c46acdd40ccaeea4af22 (patch) | |
tree | 42b549f97a7dedb4f0664e2099e250b91612012e /dns/bind910 | |
parent | 49182dbc14f6e21451863613a6a639feb00904a5 (diff) | |
download | freebsd-ports-gnome-1815f1e6cc3c70f0c7b1c46acdd40ccaeea4af22.tar.gz freebsd-ports-gnome-1815f1e6cc3c70f0c7b1c46acdd40ccaeea4af22.tar.zst freebsd-ports-gnome-1815f1e6cc3c70f0c7b1c46acdd40ccaeea4af22.zip |
Fix bind-tools PORTREVISION.
Noticed by: Andrei Brezan
Sponsored by: Absolight
Diffstat (limited to 'dns/bind910')
-rw-r--r-- | dns/bind910/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index f9ab0c374254..61222a116444 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX?= 910 |