git: caa763b2af46 - main - textproc/xmlstarlet: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 13:39:52 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=caa763b2af4644c4185747ab747ddf1e95f8e2aa
commit caa763b2af4644c4185747ab747ddf1e95f8e2aa
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 12:09:57 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 13:39:28 +0000
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 \