diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-25 21:20:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-25 21:20:16 +0000 |
commit | a804291d61c186f420c60cc9801b7b5c00ce1687 (patch) | |
tree | fe1d368b0da869daa947014331ef2d6056827495 /net | |
parent | c7f07191db4cd131f49216b15fcdbd3f034f522d (diff) | |
download | pkgsrc-a804291d61c186f420c60cc9801b7b5c00ce1687.tar.gz |
Install man page. Bump PKGREVISION.
From uwe.
Diffstat (limited to 'net')
-rw-r--r-- | net/calypso/Makefile | 6 | ||||
-rw-r--r-- | net/calypso/PLIST | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net/calypso/Makefile b/net/calypso/Makefile index 2dad6e2ba5d..aa812c117be 100644 --- a/net/calypso/Makefile +++ b/net/calypso/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2015/02/25 21:20:16 wiz Exp $ DISTNAME= calypso-1.3 +PKGREVISION= 1 CATEGORIES= net time MASTER_SITES= http://keithp.com/calypso/ @@ -13,12 +14,15 @@ DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.1c:../../textproc/py-vobject DEPENDS+= git-base-[0-9]*:../../devel/git-base INSTALLATION_DIRS= share/examples/calypso +INSTALLATION_DIRS+= ${PKGMANDIR}/man1 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-vobject REPLACE_PYTHON= calypso.py post-install: + ${INSTALL_MAN} ${WRKSRC}/calypso.1 \ + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/calypso.1 ${INSTALL_DATA} ${WRKSRC}/config ${DESTDIR}${PREFIX}/share/examples/calypso/ .include "../../lang/python/application.mk" diff --git a/net/calypso/PLIST b/net/calypso/PLIST index c7c9a1d318e..b25e1906de8 100644 --- a/net/calypso/PLIST +++ b/net/calypso/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2013/09/30 09:35:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2015/02/25 21:20:16 wiz Exp $ bin/calypso +man/man1/calypso.1 ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt ${PYSITELIB}/${EGG_FILE}/dependency_links.txt |