diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-25 15:02:26 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-25 15:02:26 +0000 |
commit | cc086e452543564a98589b53bdb72ac28575a39d (patch) | |
tree | 1554f30a823aa55f54f52a8fc11b8852e398e8eb /security | |
parent | 07b67e72c06e0a443d1a09085decda137bc42176 (diff) | |
download | pkgsrc-cc086e452543564a98589b53bdb72ac28575a39d.tar.gz |
Enable pkgviews installation. While here, update the MAINTAINER email
address.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgpg-error/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 107cdcc1dc2..2fc33289b84 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/14 17:21:52 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/25 15:02:26 minskim Exp $ # DISTNAME= libgpg-error-0.6 @@ -6,10 +6,12 @@ PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/GnuPG/alpha/libgpg-error/ -MAINTAINER= minskim@bawi.org +MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.gnupg.org/ COMMENT= Definitions of common error values for all GnuPG components +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |