aboutsummaryrefslogtreecommitdiff
path: root/textproc/dwdiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dwdiff/Makefile')
-rw-r--r--textproc/dwdiff/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/dwdiff/Makefile b/textproc/dwdiff/Makefile
index cad00e726efa..da500ab51171 100644
--- a/textproc/dwdiff/Makefile
+++ b/textproc/dwdiff/Makefile
@@ -1,12 +1,13 @@
PORTNAME= dwdiff
PORTVERSION= 2.1.4
-PORTREVISION= 3
+PORTREVISION= 7
CATEGORIES= textproc
MASTER_SITES= https://os.ghalkes.nl/dist/ \
http://fossies.org/unix/privat/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Delimited word diff program
+WWW= https://os.ghalkes.nl/dwdiff.html
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -27,6 +28,6 @@ UNICODE_USES= localbase:ldflags pkgconfig
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--with-verbose-compile
-MAKE_ARGS+= prefix=${PREFIX:Q} mandir="${MANPREFIX}/man" docdir=${DOCSDIR:Q}
+MAKE_ARGS+= prefix=${PREFIX:Q} mandir="${PREFIX}/share/man" docdir=${DOCSDIR:Q}
.include <bsd.port.mk>