From caa763b2af4644c4185747ab747ddf1e95f8e2aa Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 28 Jan 2024 13:09:57 +0100 Subject: textproc/xmlstarlet: Moved man to share/man Approved by: portmgr (blanket) --- textproc/xmlstarlet/Makefile | 5 +++-- 1 file 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 \ -- cgit v1.2.3