Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 11:06:43 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b637ffc3789 - main - misc/ossp-uuid: Move man pages to share/man
Message-ID:  <202403171106.42HB6ht8072940@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b637ffc3789fc9c3c5dd264b31a707c9f72690b

commit 6b637ffc3789fc9c3c5dd264b31a707c9f72690b
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-17 10:23:24 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-17 11:06:23 +0000

    misc/ossp-uuid: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/ossp-uuid/Makefile  | 3 ++-
 misc/ossp-uuid/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index 9ccbec6d5615..6eb1dbfbad53 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	uuid
 PORTVERSION=	1.6.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	misc devel
 MASTER_SITES=	OSSP/lib/${PORTNAME}
 PKGNAMEPREFIX=	ossp-
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/README
 .endif
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USES+=		libtool pathfix
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-cxx \
diff --git a/misc/ossp-uuid/pkg-plist b/misc/ossp-uuid/pkg-plist
index aa331f198242..c8ca3e8b0810 100644
--- a/misc/ossp-uuid/pkg-plist
+++ b/misc/ossp-uuid/pkg-plist
@@ -11,7 +11,7 @@ lib/libossp-uuid++.so
 lib/libossp-uuid++.so.16
 lib/libossp-uuid++.so.16.0.22
 libdata/pkgconfig/ossp-uuid.pc
-man/man1/uuid-config.1.gz
-man/man1/uuid.1.gz
-man/man3/ossp-uuid++.3.gz
-man/man3/ossp-uuid.3.gz
+share/man/man1/uuid-config.1.gz
+share/man/man1/uuid.1.gz
+share/man/man3/ossp-uuid++.3.gz
+share/man/man3/ossp-uuid.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171106.42HB6ht8072940>