summaryrefslogtreecommitdiff
path: root/textproc/troffcvt/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-21 20:04:24 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-21 20:04:24 +0000
commitb05fee8fbc2fefba00d22dec97bcf950e0dd3dc4 (patch)
tree8aec7998e9dcfe892bff2c94f3279dc47ecc515b /textproc/troffcvt/Makefile
parent859225b71cd9f07cde6aefceaef1319cee7f2c3c (diff)
downloadpkgsrc-b05fee8fbc2fefba00d22dec97bcf950e0dd3dc4.tar.gz
Fix some paths, as reported in PR pkg/19725 by collver1@attbi.com.
Also depend on perl5, as this package installs several scripts that use it. Bump PKGREVISION to 1.
Diffstat (limited to 'textproc/troffcvt/Makefile')
-rw-r--r--textproc/troffcvt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/troffcvt/Makefile b/textproc/troffcvt/Makefile
index 2b8bcc24afc..fe5f86374c3 100644
--- a/textproc/troffcvt/Makefile
+++ b/textproc/troffcvt/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2002/12/24 18:55:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/03/21 20:04:24 jmmv Exp $
#
DISTNAME= troffcvt-1.04
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.primate.wisc.edu/software/troffcvt/
@@ -13,7 +14,8 @@ BUILD_DEPENDS+= libts-1.08:../../devel/libts
BUILD_DEPENDS+= libmemmgr-1.04:../../devel/libmemmgr
BUILD_DEPENDS+= libportlib-1.01:../../devel/libportlib
-#WRKSRC= ${WRKDIR}/rtf
+USE_PERL5= yes
+
INSTALL_TARGET= install install.man
post-patch: