diff options
Diffstat (limited to 'devel/roundup/Makefile')
-rw-r--r-- | devel/roundup/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile index 8ca22a7ba0a..36a2f74b602 100644 --- a/devel/roundup/Makefile +++ b/devel/roundup/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:33:36 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/14 17:30:18 recht Exp $ -DISTNAME= roundup-0.5.8 +DISTNAME= roundup-0.6.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundup/} -MAINTAINER= lukem@NetBSD.org +MAINTAINER= recht@NetBSD.org HOMEPAGE= http://roundup.sf.net/ COMMENT= Issue tracking system with command-line, web and email clients PYDISTUTILSPKG= yes +PY_PATCHPLIST= yes + +PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth 21 21pth PYTHON_PATCH_SCRIPTS= roundup/admin.py roundup/backends/locking.py \ roundup/version_check.py cgi-bin/roundup.cgi @@ -16,6 +19,8 @@ PYTHON_PATCH_SCRIPTS= roundup/admin.py roundup/backends/locking.py \ ROUNDUPDOCDIR= ${PREFIX}/share/doc/roundup post-install: + cd ${WRKSRC}/doc && ${INSTALL_MAN} roundup-admin.1 roundup-server.1 \ + roundup-mailgw.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${ROUNDUPDOCDIR} cd ${WRKSRC} && ${INSTALL_DATA} CHANGES.txt COPYING.txt README.txt \ ${ROUNDUPDOCDIR} |