pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/rubber Add the egg-info file to PLIST, as rep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d4d60b13412
branches:  trunk
changeset: 395804:2d4d60b13412
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Jul 13 18:37:55 2009 +0000

description:
Add the egg-info file to PLIST, as reported in PR pkg/41711

diffstat:

 textproc/rubber/Makefile |  7 +++++--
 textproc/rubber/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r cdb415169a91 -r 2d4d60b13412 textproc/rubber/Makefile
--- a/textproc/rubber/Makefile  Mon Jul 13 18:28:43 2009 +0000
+++ b/textproc/rubber/Makefile  Mon Jul 13 18:37:55 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2009/02/09 22:56:27 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2009/07/13 18:37:55 tonio Exp $
 #
 
 DISTNAME=              rubber-1.1
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            textproc
 MASTER_SITES=          http://ebeffara.free.fr/pub/
 
@@ -23,6 +23,9 @@
 CONFIGURE_ARGS+=       --mandir=${PREFIX:Q}/${PKGMANDIR:Q}
 CONFIGURE_ARGS+=       --infodir=${PREFIX:Q}/${PKGINFODIR:Q}
 
+PLIST_SUBST+=          RUBBERVERSUFFIX=${PKGVERSION_NOREV}
+PLIST_SUBST+=          PYVERSSUFFIX=${PYVERSSUFFIX}
+
 .include "../../lang/python/application.mk"
 .include "../../mk/tex.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r cdb415169a91 -r 2d4d60b13412 textproc/rubber/PLIST
--- a/textproc/rubber/PLIST     Mon Jul 13 18:28:43 2009 +0000
+++ b/textproc/rubber/PLIST     Mon Jul 13 18:37:55 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:17:26 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2009/07/13 18:37:55 tonio Exp $
 bin/rubber
 bin/rubber-info
 bin/rubber-pipe
@@ -18,6 +18,7 @@
 share/rubber/modules/ntheroem.rub
 share/rubber/modules/omega.rub
 share/rubber/modules/revtex4.rub
+share/rubber/rubber-${RUBBERVERSUFFIX}-py${PYVERSSUFFIX}.egg-info
 share/rubber/rubber/__init__.py
 share/rubber/rubber/__init__.pyc
 share/rubber/rubber/cmd_info.py



Home | Main Index | Thread Index | Old Index