aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-28 12:09:57 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-28 13:39:28 +0000
commitcaa763b2af4644c4185747ab747ddf1e95f8e2aa (patch)
tree81d4c6d60a358a6564294d8f1a6b7cf90a2f8ba5
parent9b0ad9222d4ebe8dc862f49142ef50d5cd580016 (diff)
downloadports-caa763b2af4644c4185747ab747ddf1e95f8e2aa.tar.gz
ports-caa763b2af4644c4185747ab747ddf1e95f8e2aa.zip
textproc/xmlstarlet: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/xmlstarlet/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xmlstarlet/Makefile b/textproc/xmlstarlet/Makefile
index e9ffe8a522d0..94426a1ca5b3 100644
--- a/textproc/xmlstarlet/Makefile
+++ b/textproc/xmlstarlet/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xmlstarlet
PORTVERSION= 1.6.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= SF/xmlstar/${PORTNAME}/${PORTVERSION}
@@ -14,11 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GNOME= libxslt
USES= gnome iconv
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-libxml-prefix=${LOCALBASE} \
--with-libxslt-prefix=${LOCALBASE} \
${ICONV_CONFIGURE_ARG} \
--disable-static-libs
-PLIST_FILES= bin/xml man/man1/xmlstarlet.1.gz
+PLIST_FILES= bin/xml share/man/man1/xmlstarlet.1.gz
PORTDOCS= xmlstarlet.txt \
xmlstarlet-man.xml \
xmlstarlet-ug.html xmlstarlet-ug.pdf \