aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-01 22:46:02 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-01 22:54:22 +0000
commit85c86419272d5315d3adf953d1bac684329e6c84 (patch)
tree9c50bb16755be047991c9e5999ec02108706fa53
parent1f50359f9cfba875d45c32bbfced08f5968706a2 (diff)
downloadports-85c86419272d5315d3adf953d1bac684329e6c84.tar.gz
ports-85c86419272d5315d3adf953d1bac684329e6c84.zip
textproc/msort: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/msort/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index 9f22d2bf9d18..c5e96ff564f0 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -1,6 +1,6 @@
PORTNAME= msort
PORTVERSION= 8.53
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/
@@ -19,9 +19,10 @@ RUN_DEPENDS= iwidgets>=0:x11-toolkits/iwidgets
USES= gettext localbase tk:wrapper,run
CONFIGURE_ENV= ac_cv_lib_tre_regwcomp=yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
TEST_TARGET= test
-PLIST_FILES= bin/msg bin/msort man/man1/msort.1.gz
+PLIST_FILES= bin/msg bin/msort share/man/man1/msort.1.gz
post-patch:
@${MV} ${WRKSRC}/limits.h ${WRKSRC}/${PORTNAME}_limits.h