xxdiff-scripts: add missing egg file to PLIST
This commit is contained in:
parent
db2a7bd1ea
commit
214b3472b2
2 changed files with 5 additions and 2 deletions
|
@ -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 @@ REPLACE_PYTHON+= bin/xx-svn-review
|
|||
|
||||
INSTALLATION_DIRS+= ${XXDIFFDOCDIR}
|
||||
|
||||
EGG_NAME= xxdiff_scripts-${PKGVERSION_NOREV}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/xxdiff-scripts.html ${DESTDIR}${PREFIX}/${XXDIFFDOCDIR}
|
||||
|
||||
|
|
|
@ -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/utils.pyo
|
|||
${PYSITELIB}/xxdiff/xformloop.py
|
||||
${PYSITELIB}/xxdiff/xformloop.pyc
|
||||
${PYSITELIB}/xxdiff/xformloop.pyo
|
||||
${PYSITELIB}/${EGG_INFODIR}
|
||||
share/doc/xxdiff/xxdiff-scripts.html
|
||||
|
|
Loading…
Reference in a new issue