git: dba208a5b26f - main - textproc/rnv: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 12:36:20 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=dba208a5b26f614573ba649d13538ac938ac0dd0 commit dba208a5b26f614573ba649d13538ac938ac0dd0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 11:47:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 12:35:21 +0000 textproc/rnv: Moved man to share/man Approved by: portmgr (blanket) --- textproc/rnv/Makefile | 5 +++-- 1 file 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>