diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2006-10-20 16:15:49 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2006-10-20 16:15:49 +0000 |
commit | f15afaa6657710432272c6e6fb7a01ec88efb9f1 (patch) | |
tree | 0f4d63e5eb4b25a94454d7b91b29c3e392989e19 /security | |
parent | 4c12e3e1d89186b74ed5241a7917df690bf7f2c3 (diff) | |
download | pkgsrc-f15afaa6657710432272c6e6fb7a01ec88efb9f1.tar.gz |
PLIST correction
Diffstat (limited to 'security')
-rw-r--r-- | security/libgpg-error/Makefile | 3 | ||||
-rw-r--r-- | security/libgpg-error/PLIST | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 2a7b95344c5..a1ab51df40b 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2006/10/20 15:12:20 shannonjr Exp $ +# $NetBSD: Makefile,v 1.20 2006/10/20 16:15:49 shannonjr Exp $ # DISTNAME= libgpg-error-1.4 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libgpg-error/ \ http://ftp.gnupg.org/gcrypt/libgpg-error/ diff --git a/security/libgpg-error/PLIST b/security/libgpg-error/PLIST index 2b9df546026..2d725bb8f44 100644 --- a/security/libgpg-error/PLIST +++ b/security/libgpg-error/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/10/11 11:05:04 shannonjr Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/10/20 16:15:49 shannonjr Exp $ bin/gpg-error bin/gpg-error-config include/gpg-error.h @@ -9,3 +9,7 @@ share/locale/pl/LC_MESSAGES/libgpg-error.mo share/locale/fr/LC_MESSAGES/libgpg-error.mo share/locale/ro/LC_MESSAGES/libgpg-error.mo share/locale/vi/LC_MESSAGES/libgpg-error.mo +share/common-lisp/source/gpg-error/gpg-error-codes.lisp +share/common-lisp/source/gpg-error/gpg-error-package.lisp +share/common-lisp/source/gpg-error/gpg-error.asd +share/common-lisp/source/gpg-error/gpg-error.lisp |