summaryrefslogtreecommitdiff
path: root/games/pysolfc/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2009-08-08 06:09:29 +0000
committertnn <tnn>2009-08-08 06:09:29 +0000
commitd97d2c6316a58b31c17cb54409850766b3e62217 (patch)
tree508c1c659989cfeb344da4819918b9c8ec8c80ab /games/pysolfc/Makefile
parent7e292fd1557a8dc75c4e453f65bf05874ff29805 (diff)
downloadpkgsrc-d97d2c6316a58b31c17cb54409850766b3e62217.tar.gz
Install man page. From pkgsrc-wip.
Diffstat (limited to 'games/pysolfc/Makefile')
-rw-r--r--games/pysolfc/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile
index 80427d5a9df..b812a536d18 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/02/09 22:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/08 06:09:29 tnn Exp $
DISTNAME= PySolFC-1.1
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= games python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysolfc/}
EXTRACT_SUFX= .tar.bz2
@@ -21,6 +21,12 @@ SUBST_MESSAGE.fix-paths= Fixing absolute paths.
SUBST_FILES.fix-paths= pysollib/settings.py
SUBST_SED.fix-paths= -e s,@DATADIR@,${PREFIX}/share/PySolFC/,
+INSTALLATION_DIRS+= ${PKGMANDIR}/man6
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/docs/pysol.6 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/pysol.py.6
+
.include "../../lang/python/extension.mk"
.include "../../x11/py-Tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"