summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/rnv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/rnv/Makefile b/textproc/rnv/Makefile
index 57111a514991..3a3af12bf63b 100644
--- a/textproc/rnv/Makefile
+++ b/textproc/rnv/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rnv
PORTVERSION= 1.7.11
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc devel
MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION}
@@ -14,10 +14,11 @@ LIB_DEPENDS= libexpat.so:textproc/expat2
USES= tar:xz
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-expat="${LOCALBASE}"
CONFLICTS_INSTALL= arx-libertatis # bin/arx
-PLIST_FILES= bin/arx bin/rnv bin/rvp bin/xsdck man/man1/rnv.1.gz
+PLIST_FILES= bin/arx bin/rnv bin/rvp bin/xsdck share/man/man1/rnv.1.gz
.include <bsd.port.mk>