diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-25 10:41:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-25 10:41:21 +0000 |
commit | c3e846fc84a5edfaab11d3ce121f2db304ad06a0 (patch) | |
tree | 5fc5fa3c7bb9d8f6c23a663aa527c574395ecb5e /textproc/rman/Makefile | |
parent | e980c3a5f520bbff17ead7c7e04a3c0695578e4b (diff) | |
download | pkgsrc-c3e846fc84a5edfaab11d3ce121f2db304ad06a0.tar.gz |
Update to 3.2:
2002
24 Aug used in Apple's OS X 10.2 (Jaguar) to convert manual pages for display in Project Builder
2003
28 Mar updated for groff 1.18's new escape codes
remove Ensemble output format, which is obsolete
remove Texinfo output format, which is not useful
HTML tags in lowercase
released version 3.1
5 Jun applied Aaron Hawley's patches for DocBook XML
6 Jul assume HTML browsers support full set of entity references
discontinue support for Mac OS 9 and earlier (compiles out of the box on OS X)
25 tags well nested for troff source input (at last!)
26 release version 3.2
Diffstat (limited to 'textproc/rman/Makefile')
-rw-r--r-- | textproc/rman/Makefile | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 84ebdea75ce..16a67a43dd1 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -1,24 +1,15 @@ -# $NetBSD: Makefile,v 1.27 2006/03/04 21:30:51 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2006/05/25 10:41:21 wiz Exp $ -DISTNAME= rman -PKGNAME= rman-3.0.9 +DISTNAME= rman-3.2 CATEGORIES= textproc -MASTER_SITES= ftp://polyglot.sourceforge.net/pub/polyglotman/ \ - http://polyglotman.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=polyglotman/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://polyglotman.sourceforge.net/ COMMENT= Produces HTML from formatted and unformatted man pages -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} - -.include "../../mk/bsd.prefs.mk" - -.if exists(${X11BASE}/bin/rman) -PKG_SKIP_REASON+= "${PKGNAME} is part of your X11 distribution" -.endif - -post-install: - strip ${PREFIX}/bin/rman +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rman ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/rman.1 ${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |