diff options
author | mat <mat@FreeBSD.org> | 2015-12-22 06:53:30 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-22 06:53:30 +0800 |
commit | e27175a75aab1bf0db7fbad1b4ca8abb7b5b4bd3 (patch) | |
tree | 5f6f166b0b5c1830351d1e7fd2a64cbddd0427b9 /dns | |
parent | d6e86b7678f43438ee49857efb0377809dbdb3ba (diff) | |
download | freebsd-ports-gnome-e27175a75aab1bf0db7fbad1b4ca8abb7b5b4bd3.tar.gz freebsd-ports-gnome-e27175a75aab1bf0db7fbad1b4ca8abb7b5b4bd3.tar.zst freebsd-ports-gnome-e27175a75aab1bf0db7fbad1b4ca8abb7b5b4bd3.zip |
Remove that line, it should not have been there.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 8025d545acac..06e84f88b09e 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -6,7 +6,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/} PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind -MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;f= +#MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;f= PKGNAMESUFFIX= 9-devel DISTNAME= ${PORTNAME}9-${HASH} |