summaryrefslogtreecommitdiff
path: root/textproc/txt2man
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-10-31 01:00:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-10-31 01:00:36 +0000
commitfcb049f59b86a9875b0fe95b12776ba64a8ddb7f (patch)
tree8149957b1426455fac28c77ac68db60ebcded41b /textproc/txt2man
parentupgrade to 1.1 (diff)
upgrade to 1.5.1
Notes
Notes: svn path=/head/; revision=175575
Diffstat (limited to 'textproc/txt2man')
-rw-r--r--textproc/txt2man/Makefile11
-rw-r--r--textproc/txt2man/distinfo6
2 files changed, 10 insertions, 7 deletions
diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile
index 6b474f5acd10..2dfc7de402ed 100644
--- a/textproc/txt2man/Makefile
+++ b/textproc/txt2man/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= txt2man
-PORTVERSION= 1.4.8
+PORTVERSION= 1.5.1
CATEGORIES= textproc
MASTER_SITES= http://mvertes.free.fr/download/
@@ -17,10 +17,13 @@ COMMENT= Converts flat ASCII text to man page format
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk
RUN_DEPENDS= ${BUILD_DEPENDS}
-ALL_TARGET= txt2man.1
+USE_GMAKE= yes
INSTALL_TARGET= install prefix=${PREFIX}
-MAN1= txt2man.1
-PLIST_FILES= bin/txt2man
+MAN1= bookman.1 src2man.1 txt2man.1
+PLIST_FILES= bin/bookman bin/src2man bin/txt2man
+
+post-patch:
+ @${REINPLACE_CMD} -e "s,awk,gawk," ${WRKSRC}/bookman ${WRKSRC}/src2man
.include <bsd.port.mk>
diff --git a/textproc/txt2man/distinfo b/textproc/txt2man/distinfo
index d0aa53ec279b..cefde47bc81e 100644
--- a/textproc/txt2man/distinfo
+++ b/textproc/txt2man/distinfo
@@ -1,3 +1,3 @@
-MD5 (txt2man-1.4.8.tar.gz) = 2ee6d7cc38c42b98f4d8c1eb815bd888
-SHA256 (txt2man-1.4.8.tar.gz) = 4e902468ec26f676fa704d0e79c4dc0b44a5e655ff945016a21e008c6b1e74b2
-SIZE (txt2man-1.4.8.tar.gz) = 12244
+MD5 (txt2man-1.5.1.tar.gz) = d855307c178224c236d0e64762569cb0
+SHA256 (txt2man-1.5.1.tar.gz) = 800828f45f72b49fce6484b09b3c407804cecc05b3c8f34b413f80ba02f24beb
+SIZE (txt2man-1.5.1.tar.gz) = 14250