Date: Fri, 23 Feb 2024 13:55:35 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: e3755ca48182 - main - devel/libruin: Moved man to share/man Message-ID: <202402231355.41NDtZ2n004564@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=e3755ca481825e52a3708f826af32b1247a8f4a2 commit e3755ca481825e52a3708f826af32b1247a8f4a2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 12:56:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 13:55:12 +0000 devel/libruin: Moved man to share/man Approved by: portmgr (blanket) --- devel/libruin/Makefile | 3 ++- devel/libruin/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/libruin/Makefile b/devel/libruin/Makefile index 4e3a47d818b7..d88265819255 100644 --- a/devel/libruin/Makefile +++ b/devel/libruin/Makefile @@ -1,6 +1,6 @@ PORTNAME= libruin PORTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH @@ -18,6 +18,7 @@ BUILD_DEPENDS= guile-lib-${GUILE_FLAVOR}>0:devel/guile-lib@${GUILE_FLAVOR} RUN_DEPENDS= guile-lib-${GUILE_FLAVOR}>0:devel/guile-lib@${GUILE_FLAVOR} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip USES= gnome guile:2.2,alias libtool ncurses pkgconfig USE_GNOME= glib20 diff --git a/devel/libruin/pkg-plist b/devel/libruin/pkg-plist index 0347bb7d384e..9d6a6f404162 100644 --- a/devel/libruin/pkg-plist +++ b/devel/libruin/pkg-plist @@ -15,5 +15,5 @@ lib/libruin/scheme/sdom/common.scm lib/libruin/scheme/sdom/core.scm lib/libruin/scheme/sdom/events.scm lib/libruin/scheme/sdom/parser.scm -man/man3/ruin.3.gz +share/man/man3/ruin.3.gz %%DATADIR%%/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231355.41NDtZ2n004564>