Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2024 14:33:24 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6967ec85bb80 - main - www/wsdlpull: Moved man to share/man
Message-ID:  <202402261433.41QEXO2M020497@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6967ec85bb80c3c3a455ca802fcaa4f392d807cc

commit 6967ec85bb80c3c3a455ca802fcaa4f392d807cc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 14:27:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 14:31:48 +0000

    www/wsdlpull: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 www/wsdlpull/Makefile  | 3 ++-
 www/wsdlpull/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile
index 69b40b6c9901..adbaf7d5477e 100644
--- a/www/wsdlpull/Makefile
+++ b/www/wsdlpull/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wsdlpull
 PORTVERSION=	1.24
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
 
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		libtool localbase
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
diff --git a/www/wsdlpull/pkg-plist b/www/wsdlpull/pkg-plist
index 5b7cf78d5b9c..fb6f4e4e1848 100644
--- a/www/wsdlpull/pkg-plist
+++ b/www/wsdlpull/pkg-plist
@@ -34,8 +34,8 @@ lib/libwsdlpullschema.so.1.0.24
 lib/libwsdlpullxml.so
 lib/libwsdlpullxml.so.1
 lib/libwsdlpullxml.so.1.0.24
-man/man1/wsdlpull-schema.1.gz
-man/man1/wsdlpull.1.gz
+share/man/man1/wsdlpull-schema.1.gz
+share/man/man1/wsdlpull.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/wsdlpull.html
 %%DATADIR%%/http.xsd



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261433.41QEXO2M020497>