pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/offlineimap fixes EGG_NAME for the case PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3aa2deb187ca
branches:  trunk
changeset: 601228:3aa2deb187ca
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Mar 20 01:28:18 2012 +0000

description:
fixes EGG_NAME for the case PKGREVISION.

diffstat:

 mail/offlineimap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 55840f18ece5 -r 3aa2deb187ca mail/offlineimap/Makefile
--- a/mail/offlineimap/Makefile Tue Mar 20 01:18:24 2012 +0000
+++ b/mail/offlineimap/Makefile Tue Mar 20 01:28:18 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/03/15 11:53:29 obache Exp $
+# $NetBSD: Makefile,v 1.22 2012/03/20 01:28:18 obache Exp $
 #
 
 DISTNAME=      offlineimap-v6.5.2.1
@@ -21,7 +21,7 @@
 
 INSTALLATION_DIRS=     share/examples/offlineimap
 
-EGG_NAME=      ${PKGNAME}
+EGG_NAME=      ${PKGNAME_NOREV}
 
 post-install:
 .for f in offlineimap.conf offlineimap.conf.minimal



Home | Main Index | Thread Index | Old Index