diff options
author | gdt <gdt@pkgsrc.org> | 2007-08-08 19:57:32 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-08-08 19:57:32 +0000 |
commit | 05afd457bf7a85f0a0a27c8c53afdb6b7ebc2b95 (patch) | |
tree | 5c0dd8b419181798227b2b619d7b11cc55a1c7aa /security | |
parent | 61395cb3365d17b51f273f994999c6031aec0241 (diff) | |
download | pkgsrc-05afd457bf7a85f0a0a27c8c53afdb6b7ebc2b95.tar.gz |
Set INFO_FILES, so that info/dir is handled correctly. May also fix
build on Dragonfly where info file is misinstalled in share/info.
Diffstat (limited to 'security')
-rw-r--r-- | security/EasyPG/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile index 3d35c7de71d..e4dbc7233a3 100644 --- a/security/EasyPG/Makefile +++ b/security/EasyPG/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2007/08/05 08:38:26 jnemeth Exp $ +# $NetBSD: Makefile,v 1.9 2007/08/08 19:57:32 gdt Exp $ DISTNAME= epg-0.0.14 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} CATEGORIES= security mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/26512/} @@ -13,7 +13,7 @@ COMMENT= GnuPG interface for emacs GNU_CONFIGURE= YES MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q} -INFO_FILES= # PLIST +INFO_FILES= epa.info # per README: GnuPG 1.4.3 DEPENDS+= gnupg>=1.4.3:../../security/gnupg |