git: dd1513ad3965 - main - textproc/word2x: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 12:36:30 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dd1513ad3965903dd9679ec7e1d42b3fcf32eb27
commit dd1513ad3965903dd9679ec7e1d42b3fcf32eb27
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 12:32:33 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 12:35:32 +0000
textproc/word2x: Moved man to share/man
Approved by: portmgr (blanket)
---
textproc/word2x/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile
index 8a1bbe9ae8ed..bcd7b7b0add3 100644
--- a/textproc/word2x/Makefile
+++ b/textproc/word2x/Makefile
@@ -1,6 +1,6 @@
PORTNAME= word2x
PORTVERSION= 0.005
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-zero/${PORTVERSION}
@@ -10,7 +10,8 @@ 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 <bsd.port.mk>