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 | 127c580c9923acc88046fd5ab04c40975eace8b8 (patch) | |
tree | 5c0dd8b419181798227b2b619d7b11cc55a1c7aa /security | |
parent | 4d5f3cbef294989c2ab2a3587785b39f5b868be3 (diff) | |
download | pkgsrc-127c580c9923acc88046fd5ab04c40975eace8b8.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 |