summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 12:47:18 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 13:35:21 +0100
commitdba208a5b26f614573ba649d13538ac938ac0dd0 (patch)
treebcb318514f076a7cbcac54291cb4c0f45ce2baee /textproc
parent75d8e61a56f53cf4e78e3387df49bc810d115b1b (diff)
downloadfreebsd-ports-dba208a5b26f614573ba649d13538ac938ac0dd0.zip
textproc/rnv: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-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>