summaryrefslogtreecommitdiff
path: root/textproc/rman/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-05-25 10:41:21 +0000
committerwiz <wiz@pkgsrc.org>2006-05-25 10:41:21 +0000
commitd2cd139bdc2dfac0385eb94080c04b0a52b69c6a (patch)
tree5fc5fa3c7bb9d8f6c23a663aa527c574395ecb5e /textproc/rman/Makefile
parent50a6b9bbe370e47dc22f91b6d24a4f1038010eeb (diff)
downloadpkgsrc-d2cd139bdc2dfac0385eb94080c04b0a52b69c6a.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/Makefile21
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"