diff options
author | gendalia <gendalia> | 2005-11-04 07:28:47 +0000 |
---|---|---|
committer | gendalia <gendalia> | 2005-11-04 07:28:47 +0000 |
commit | 0c25d51c26350513799cffe201a73553b037241a (patch) | |
tree | c309b26ce332202ac7f12fb52b29b1ec2742956f /net | |
parent | e82f8909807a48349808cf92daca6ae1bcf4d8aa (diff) | |
download | pkgsrc-0c25d51c26350513799cffe201a73553b037241a.tar.gz |
Patch allows build on NetBSD 2.1, but it built on everything else,
so increment PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/openafs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openafs/Makefile b/net/openafs/Makefile index 609aa278dc6..6c22c9b9c62 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2005/11/02 14:42:38 gendalia Exp $ +# $NetBSD: Makefile,v 1.15 2005/11/04 07:28:47 gendalia Exp $ DISTNAME= openafs-1.4.0-src +PKGREVISION= 1 PKGNAME= ${DISTNAME:C/-src//} CATEGORIES= net sysutils MASTER_SITES= http://www.openafs.org/dl/openafs/1.4.0/ |