pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-nihtest
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jun 15 06:13:08 UTC 2023
Modified Files:
pkgsrc/devel/py-nihtest: Makefile PLIST
Log Message:
py-nihtest: install man pages into appropriate sections
Ride bump.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-nihtest/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-nihtest/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-nihtest/Makefile
diff -u pkgsrc/devel/py-nihtest/Makefile:1.4 pkgsrc/devel/py-nihtest/Makefile:1.5
--- pkgsrc/devel/py-nihtest/Makefile:1.4 Thu Jun 15 06:10:33 2023
+++ pkgsrc/devel/py-nihtest/Makefile Thu Jun 15 06:13:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/06/15 06:10:33 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/06/15 06:13:08 wiz Exp $
DISTNAME= nihtest-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,13 +16,16 @@ TEST_DEPENDS+= cmake-[0-9]*:../../devel/
PYTHON_VERSIONS_INCOMPATIBLE= 27
-INSTALLATION_DIRS+= ${PKGMANDIR}/man1
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} nihtest nihtest-${PYVERSSUFFIX} || ${TRUE}
-.for man in nihtest-case nihtest.conf nihtest
+.for man in nihtest
${INSTALL_DATA} ${WRKSRC}/manpages/${man}.mdoc ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${man}-${PYVERSSUFFIX}.1
.endfor
+.for man in nihtest-case nihtest.conf
+ ${INSTALL_DATA} ${WRKSRC}/manpages/${man}.mdoc ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/${man}-${PYVERSSUFFIX}.5
+.endfor
do-test:
${MKDIR} ${WRKSRC}/build
Index: pkgsrc/devel/py-nihtest/PLIST
diff -u pkgsrc/devel/py-nihtest/PLIST:1.2 pkgsrc/devel/py-nihtest/PLIST:1.3
--- pkgsrc/devel/py-nihtest/PLIST:1.2 Thu Jun 15 06:10:33 2023
+++ pkgsrc/devel/py-nihtest/PLIST Thu Jun 15 06:13:08 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/06/15 06:10:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/06/15 06:13:08 wiz Exp $
bin/nihtest-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -32,5 +32,5 @@ ${PYSITELIB}/nihtest/__init__.pyc
${PYSITELIB}/nihtest/__main__.py
${PYSITELIB}/nihtest/__main__.pyc
man/man1/nihtest-${PYVERSSUFFIX}.1
-man/man1/nihtest-case-${PYVERSSUFFIX}.1
-man/man1/nihtest.conf-${PYVERSSUFFIX}.1
+man/man5/nihtest-case-${PYVERSSUFFIX}.5
+man/man5/nihtest.conf-${PYVERSSUFFIX}.5
Home |
Main Index |
Thread Index |
Old Index