diff options
author | ijliao <ijliao@FreeBSD.org> | 2006-10-31 01:00:36 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2006-10-31 01:00:36 +0000 |
commit | 102eba8c69bdbe79221f2a794350eb1f67af5388 (patch) | |
tree | 441843fa2303520fa9ee097938a883eeedd3b3e4 /textproc/txt2man | |
parent | a94b33397465e33b052b864d80398b7175d4c284 (diff) | |
download | FreeBSD-ports-102eba8c69bdbe79221f2a794350eb1f67af5388.zip FreeBSD-ports-102eba8c69bdbe79221f2a794350eb1f67af5388.tar.gz |
upgrade to 1.5.1
Diffstat (limited to 'textproc/txt2man')
-rw-r--r-- | textproc/txt2man/Makefile | 11 | ||||
-rw-r--r-- | textproc/txt2man/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile index 6b474f5..2dfc7de4 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 d0aa53e..cefde47 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 |