diff options
author | wiz <wiz> | 2013-05-31 12:39:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-05-31 12:39:57 +0000 |
commit | e27e192497ba47e418a887790b1324f114709027 (patch) | |
tree | 6597914a3237d2118cc5dc954c435c785c25acdf /net/bind98 | |
parent | fe202996b0cd7f2d3542aad9fe13576aadaf3db1 (diff) | |
download | pkgsrc-e27e192497ba47e418a887790b1324f114709027.tar.gz |
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Diffstat (limited to 'net/bind98')
-rw-r--r-- | net/bind98/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index 37f670daf5f..3fed99ba5d1 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2013/04/06 03:45:21 rodent Exp $ +# $NetBSD: Makefile,v 1.29 2013/05/31 12:41:32 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} +PKGREVISION= 1 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}/ |