Date: Mon, 26 Feb 2024 21:41:34 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: d94153926100 - main - sysutils/lineak-xosdplugin: Moved man to share/man Message-ID: <202402262141.41QLfYOX056878@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=d9415392610004669a07227d144f8d983facaa7b commit d9415392610004669a07227d144f8d983facaa7b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 21:24:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 21:40:47 +0000 sysutils/lineak-xosdplugin: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/lineak-xosdplugin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index 5f2567da06c4..e2518b1d5a79 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= lineak-xosdplugin PORTVERSION= 0.9 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils deskutils MASTER_SITES= SF/lineak/lineak_xosdplugin/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak @@ -18,6 +18,7 @@ USES= gmake libtool xorg USE_LDCONFIG= yes USE_XORG= x11 xext xt GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= ac_cv_path_xosd_config_script="${TRUE}" \ kde_cv_prog_cxx_fno_check_new=no CPPFLAGS+= -I${LOCALBASE}/include @@ -25,7 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip PLIST_FILES= lib/lineakd/plugins/xosdplugin.so \ - man/man1/lineak_xosdplugin.1.gz + share/man/man1/lineak_xosdplugin.1.gz post-patch: @${REINPLACE_CMD} -e \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402262141.41QLfYOX056878>