git: cb6b292935cc - main - editors/hexcurse: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 20:25:40 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb6b292935cc04dd20d4a6f65e1c4840410a086d
commit cb6b292935cc04dd20d4a6f65e1c4840410a086d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 15:37:35 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 20:25:11 +0000
editors/hexcurse: Moved man to share/man
---
editors/hexcurse/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile
index 2b29ef2492c7..d0d3987e0c81 100644
--- a/editors/hexcurse/Makefile
+++ b/editors/hexcurse/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hexcurse
PORTVERSION= 1.60.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= editors
@@ -15,8 +16,9 @@ USE_GITHUB= yes
GH_ACCOUNT= LonnyGomes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz
+PLIST_FILES= bin/hexcurse share/man/man1/hexcurse.1.gz
.include <bsd.port.pre.mk>