Date: Sun, 25 Feb 2024 07:35:58 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: c41ef7e17d5f - main - net-mgmt/sblim-wbemcli: Moved man to share/man Message-ID: <202402250735.41P7ZwKA056262@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=c41ef7e17d5fc84c06570a790fbb4ff22407ea5c commit c41ef7e17d5fc84c06570a790fbb4ff22407ea5c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 06:51:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 06:51:47 +0000 net-mgmt/sblim-wbemcli: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/sblim-wbemcli/Makefile | 4 +++- net-mgmt/sblim-wbemcli/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-mgmt/sblim-wbemcli/Makefile b/net-mgmt/sblim-wbemcli/Makefile index 76c422254c30..7923f5372359 100644 --- a/net-mgmt/sblim-wbemcli/Makefile +++ b/net-mgmt/sblim-wbemcli/Makefile @@ -1,5 +1,6 @@ PORTNAME= sblim-wbemcli PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/sblim/${PORTNAME}/${PORTVERSION} @@ -11,7 +12,8 @@ BUILD_DEPENDS= libwww-config:www/libwww LIB_DEPENDS= libcurl.so:ftp/curl USES= tar:bzip2 -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKE_ARGS= RM="${RM}" CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib diff --git a/net-mgmt/sblim-wbemcli/pkg-plist b/net-mgmt/sblim-wbemcli/pkg-plist index 22307cd8c58b..314f892e2074 100644 --- a/net-mgmt/sblim-wbemcli/pkg-plist +++ b/net-mgmt/sblim-wbemcli/pkg-plist @@ -18,4 +18,4 @@ bin/wbemmi bin/wbemri bin/wbemrin bin/wbemsp -man/man1/wbemcli.1.gz +share/man/man1/wbemcli.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250735.41P7ZwKA056262>