pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xxdiff-scripts xxdiff-scripts: add missing eg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3601cb0cbdde
branches:  trunk
changeset: 375649:3601cb0cbdde
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Mar 19 11:36:29 2022 +0000

description:
xxdiff-scripts: add missing egg file to PLIST

diffstat:

 textproc/xxdiff-scripts/Makefile |  4 +++-
 textproc/xxdiff-scripts/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r e088e10f3f96 -r 3601cb0cbdde textproc/xxdiff-scripts/Makefile
--- a/textproc/xxdiff-scripts/Makefile  Sat Mar 19 09:39:10 2022 +0000
+++ b/textproc/xxdiff-scripts/Makefile  Sat Mar 19 11:36:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/10 22:24:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/03/19 11:36:29 wiz Exp $
 
 PKGREVISION= 3
 .include "../../textproc/xxdiff/Makefile.common"
@@ -21,6 +21,8 @@
 
 INSTALLATION_DIRS+=    ${XXDIFFDOCDIR}
 
+EGG_NAME=      xxdiff_scripts-${PKGVERSION_NOREV}
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/xxdiff-scripts.html ${DESTDIR}${PREFIX}/${XXDIFFDOCDIR}
 
diff -r e088e10f3f96 -r 3601cb0cbdde textproc/xxdiff-scripts/PLIST
--- a/textproc/xxdiff-scripts/PLIST     Sat Mar 19 09:39:10 2022 +0000
+++ b/textproc/xxdiff-scripts/PLIST     Sat Mar 19 11:36:29 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/10 22:24:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/03/19 11:36:29 wiz Exp $
 bin/svn-foreign
 bin/xx-cond-replace
 bin/xx-cvs-diff
@@ -124,4 +124,5 @@
 ${PYSITELIB}/xxdiff/xformloop.py
 ${PYSITELIB}/xxdiff/xformloop.pyc
 ${PYSITELIB}/xxdiff/xformloop.pyo
+${PYSITELIB}/${EGG_INFODIR}
 share/doc/xxdiff/xxdiff-scripts.html



Home | Main Index | Thread Index | Old Index