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 | e218c18e96a5a9693aec659d264aeb1b3abf0434 (patch) | |
tree | 47755cf1a80274ce7e282b5d9f41d0f7e1d13986 /net/bind98/Makefile | |
parent | 98c4e88812735eefb9d05794c04f7c516338d9fb (diff) | |
download | pkgsrc-e218c18e96a5a9693aec659d264aeb1b3abf0434.tar.gz |
Remove the PATCH* lines from the Makefile
Diffstat (limited to 'net/bind98/Makefile')
-rw-r--r-- | net/bind98/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index 5a1239056bb..8715bb55830 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/11/10 23:44:30 pettai Exp $ +# $NetBSD: Makefile,v 1.22 2012/11/11 00:22:50 pettai Exp $ DISTNAME= bind-${BIND_VERSION} PKGREVISION= 2 @@ -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.8.4.patch -PATCH_SITES= http://ss.vix.com/~vixie/ - MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/software/bind/ COMMENT= Version 9.8 of the Berkeley Internet Name Daemon, implementation of DNS |