diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index 8a1bbe9ae8ed..bcd7b7b0add3 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -1,16 +1,17 @@ PORTNAME= word2x PORTVERSION= 0.005 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-zero/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Converter from MS Word to text, HTML, or LaTeX WWW= https://word2x.sourceforge.net/ USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/rtest2 bin/word2x man/man1/word2x.1.gz +PLIST_FILES= bin/rtest2 bin/word2x share/man/man1/word2x.1.gz .include