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:10:33 UTC 2023
Modified Files:
pkgsrc/devel/py-nihtest: Makefile PLIST
Log Message:
py-nihtest: install man pages
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-nihtest/Makefile
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/devel/py-nihtest/Makefile:1.4
--- pkgsrc/devel/py-nihtest/Makefile:1.3 Sat Jun 10 03:17:24 2023
+++ pkgsrc/devel/py-nihtest/Makefile Thu Jun 15 06:10:33 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2023/06/10 03:17:24 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/15 06:10:33 wiz Exp $
DISTNAME= nihtest-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nihtest/}
@@ -15,8 +16,13 @@ TEST_DEPENDS+= cmake-[0-9]*:../../devel/
PYTHON_VERSIONS_INCOMPATIBLE= 27
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} nihtest nihtest-${PYVERSSUFFIX} || ${TRUE}
+.for man in nihtest-case nihtest.conf nihtest
+ ${INSTALL_DATA} ${WRKSRC}/manpages/${man}.mdoc ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${man}-${PYVERSSUFFIX}.1
+.endfor
do-test:
${MKDIR} ${WRKSRC}/build
Index: pkgsrc/devel/py-nihtest/PLIST
diff -u pkgsrc/devel/py-nihtest/PLIST:1.1 pkgsrc/devel/py-nihtest/PLIST:1.2
--- pkgsrc/devel/py-nihtest/PLIST:1.1 Fri Jun 9 15:57:32 2023
+++ pkgsrc/devel/py-nihtest/PLIST Thu Jun 15 06:10:33 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/06/09 15:57:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/06/15 06:10:33 wiz Exp $
bin/nihtest-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -31,3 +31,6 @@ ${PYSITELIB}/nihtest/__init__.py
${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
Home |
Main Index |
Thread Index |
Old Index