aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 15:37:35 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:25:11 +0000
commitcb6b292935cc04dd20d4a6f65e1c4840410a086d (patch)
tree5932c9f0eee93934c2f55d7407cc7206a093d9ab
parent23546d5029a47288318a57b983dfcd03096cf95e (diff)
downloadports-cb6b292935cc04dd20d4a6f65e1c4840410a086d.tar.gz
ports-cb6b292935cc04dd20d4a6f65e1c4840410a086d.zip
editors/hexcurse: Moved man to share/man
-rw-r--r--editors/hexcurse/Makefile4
1 files changed, 3 insertions, 1 deletions
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>