diff options
author | pettai <pettai@pkgsrc.org> | 2012-11-11 00:22:11 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-11-11 00:22:11 +0000 |
commit | 6ed04076870d4c39c36d17875c9ccc8698bafe73 (patch) | |
tree | 47755cf1a80274ce7e282b5d9f41d0f7e1d13986 /net/bind99 | |
parent | cf48c1335228def13058ac158830ba1f26d89e1d (diff) | |
download | pkgsrc-6ed04076870d4c39c36d17875c9ccc8698bafe73.tar.gz |
Remove the PATCH* lines from the Makefile
Diffstat (limited to 'net/bind99')
-rw-r--r-- | net/bind99/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 53ab51ce889..9b59ee6d3c3 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/11/10 23:45:39 pettai Exp $ +# $NetBSD: Makefile,v 1.18 2012/11/11 00:22:11 pettai Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -7,9 +7,6 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ -PATCHFILES= rl-9.9.2.patch -PATCH_SITES= http://ss.vix.com/~vixie/ - MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/software/bind/ COMMENT= Version 9.9 of the Berkeley Internet Name Daemon, implementation of DNS |