git: d124850a34d5 - main - sysutils/unieject: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 07:41:50 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d124850a34d5e8b1db9aa051d8d81256f8491b09 commit d124850a34d5e8b1db9aa051d8d81256f8491b09 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 07:31:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 07:31:51 +0000 sysutils/unieject: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/unieject/Makefile | 3 ++- sysutils/unieject/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile index efbb506eced9..ee31057004b8 100644 --- a/sysutils/unieject/Makefile +++ b/sysutils/unieject/Makefile @@ -1,6 +1,6 @@ PORTNAME= unieject PORTVERSION= 6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= SF @@ -18,6 +18,7 @@ LIB_DEPENDS= libconfuse.so:devel/libconfuse \ USES= gettext gnome iconv libtool pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-doc USE_LDCONFIG= yes LLD_UNSAFE= yes diff --git a/sysutils/unieject/pkg-plist b/sysutils/unieject/pkg-plist index bb3bc56c9d41..43ab845462e4 100644 --- a/sysutils/unieject/pkg-plist +++ b/sysutils/unieject/pkg-plist @@ -7,8 +7,8 @@ lib/libunieject.so lib/libunieject.so.5 lib/libunieject.so.5.0.0 libdata/pkgconfig/libunieject.pc -man/man1/unieject.1.gz -man/man5/unieject.conf.5.gz +share/man/man1/unieject.1.gz +share/man/man5/unieject.conf.5.gz share/locale/de/LC_MESSAGES/unieject.mo share/locale/es_AR/LC_MESSAGES/unieject.mo share/locale/es_ES/LC_MESSAGES/unieject.mo