pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/EasyPG Set INFO_FILES, so that info/dir is ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/977f20403ec3
branches:  trunk
changeset: 531928:977f20403ec3
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Aug 08 19:57:32 2007 +0000

description:
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:

 security/EasyPG/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r a62a3374f724 -r 977f20403ec3 security/EasyPG/Makefile
--- a/security/EasyPG/Makefile  Wed Aug 08 19:48:13 2007 +0000
+++ b/security/EasyPG/Makefile  Wed Aug 08 19:57:32 2007 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index