diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-10-31 01:00:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-10-31 01:00:36 +0000 |
commit | fcb049f59b86a9875b0fe95b12776ba64a8ddb7f (patch) | |
tree | 8149957b1426455fac28c77ac68db60ebcded41b /textproc/txt2man/Makefile | |
parent | 276fb4366d107094a7a73150d87c4cd92cf36d9f (diff) | |
download | ports-fcb049f59b86a9875b0fe95b12776ba64a8ddb7f.tar.gz ports-fcb049f59b86a9875b0fe95b12776ba64a8ddb7f.zip |
Notes
Diffstat (limited to 'textproc/txt2man/Makefile')
-rw-r--r-- | textproc/txt2man/Makefile | 11 |
1 files changed, 7 insertions, 4 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> |