Date: Mon, 26 Feb 2024 17:53:10 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: e5014c9c2d9a - main - x11-wm/devilspie: Moved man to share/man Message-ID: <202402261753.41QHrARn062315@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=e5014c9c2d9a3efec407010c6b894406c2cbffad commit e5014c9c2d9a3efec407010c6b894406c2cbffad Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 17:50:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 17:52:36 +0000 x11-wm/devilspie: Moved man to share/man Approved by: portmgr (blanket) --- x11-wm/devilspie/Makefile | 3 ++- x11-wm/devilspie/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile index 8435f4db1c62..761f3707fc9f 100644 --- a/x11-wm/devilspie/Makefile +++ b/x11-wm/devilspie/Makefile @@ -1,6 +1,6 @@ PORTNAME= devilspie PORTVERSION= 0.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://www.burtonini.com/computing/ @@ -16,6 +16,7 @@ LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3 USES= gettext gmake gnome pkgconfig tar:xz USE_GNOME= intltool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 diff --git a/x11-wm/devilspie/pkg-plist b/x11-wm/devilspie/pkg-plist index 654227253492..afcece96f6da 100644 --- a/x11-wm/devilspie/pkg-plist +++ b/x11-wm/devilspie/pkg-plist @@ -1,5 +1,5 @@ bin/devilspie -man/man1/devilspie.1.gz +share/man/man1/devilspie.1.gz share/locale/ca/LC_MESSAGES/devilspie.mo share/locale/cs/LC_MESSAGES/devilspie.mo share/locale/da/LC_MESSAGES/devilspie.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261753.41QHrARn062315>