git: ef6ef2cba4e7 - main - graphics/box: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 09:03:45 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef6ef2cba4e7b85b4a9196642bc15d719a67690d commit ef6ef2cba4e7b85b4a9196642bc15d719a67690d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 08:48:32 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 09:03:16 +0000 graphics/box: Moved man to share/man Approved by: portmgr (blanket) --- graphics/box/Makefile | 3 ++- graphics/box/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/box/Makefile b/graphics/box/Makefile index 504f2d6cb403..9d8c5ce8d318 100644 --- a/graphics/box/Makefile +++ b/graphics/box/Makefile @@ -1,6 +1,6 @@ PORTNAME= box PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/ DIST_SUBDIR= box @@ -17,6 +17,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo USES= gmake libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-cairo USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes diff --git a/graphics/box/pkg-plist b/graphics/box/pkg-plist index a6ff0fd9d79a..0ae83b8b3fe1 100644 --- a/graphics/box/pkg-plist +++ b/graphics/box/pkg-plist @@ -95,4 +95,4 @@ lib/libboxcore%%PLIST_VER%%.a lib/libboxcore%%PLIST_VER%%.so lib/libboxcore%%PLIST_VER%%.so.0 lib/libboxcore%%PLIST_VER%%.so.0.0.0 -man/man1/box.1.gz +share/man/man1/box.1.gz