diff options
author | wiz <wiz> | 2004-12-25 15:59:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-25 15:59:17 +0000 |
commit | bd0183288a59fb9275ed50d4842493b388048747 (patch) | |
tree | 1b82a33e5d81102fabbbf0ce05b8feed93a61df3 /textproc/doclifter/Makefile | |
parent | 66ead90264a2a5eb7a896c9ade5714438651912f (diff) | |
download | pkgsrc-bd0183288a59fb9275ed50d4842493b388048747.tar.gz |
Update to 2.0:
- Added manlifter to the distribution. doclifter no longer strips off file
extensions before appending .xml. Major improvement in parsing of
displays; C function prototypes are now recognized in them.
pkgsrc:
manlifter not installed yet, since it only works when run as "./manlifter"
Diffstat (limited to 'textproc/doclifter/Makefile')
-rw-r--r-- | textproc/doclifter/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile index 00fb599c416..92a8b934b56 100644 --- a/textproc/doclifter/Makefile +++ b/textproc/doclifter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/11/28 15:47:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/25 15:59:17 wiz Exp $ # -DISTNAME= doclifter-1.15 +DISTNAME= doclifter-2.0 CATEGORIES= textproc MASTER_SITES= http://catb.org/~esr/doclifter/ @@ -12,12 +12,15 @@ COMMENT= Translates documents written in troff macros to DocBook NO_BUILD= yes USE_BUILDLINK3= yes -PYTHON_PATCH_SCRIPTS= doclifter -PYTHON_VERSIONS_ACCEPTED= 23pth 23 22pth 22 +PYTHON_PATCH_SCRIPTS= doclifter manlifter +PYTHON_VERSIONS_ACCEPTED= 24pth 24 23pth 23 22pth 22 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/doclifter ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doclifter.1 ${PREFIX}/man/man1 +# Not yet (only works when run as "./manlifter" +# ${INSTALL_SCRIPT} ${WRKSRC}/manlifter ${PREFIX}/bin +# ${INSTALL_MAN} ${WRKSRC}/manlifter.1 ${PREFIX}/man/man1 .include "../../lang/python/application.mk" .include "../../mk/bsd.pkg.mk" |