git: 1fcde66475ad - main - math/planarity: move man page and strip the library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Mar 2024 16:59:29 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fcde66475ad2c2b3650a3f602656406a5f44a10 commit 1fcde66475ad2c2b3650a3f602656406a5f44a10 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-03-01 14:10:34 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-03-01 16:59:17 +0000 math/planarity: move man page and strip the library --- math/planarity/Makefile | 3 +++ math/planarity/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/math/planarity/Makefile b/math/planarity/Makefile index 75b3b10b70fc..72a458c66dad 100644 --- a/math/planarity/Makefile +++ b/math/planarity/Makefile @@ -1,6 +1,7 @@ PORTNAME= planarity PORTVERSION= 3.0.2.0 DISTVERSIONPREFIX= Version_ +PORTREVISION= 1 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org @@ -17,6 +18,8 @@ GH_PROJECT= edge-addition-planarity-suite USES= autoreconf libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +INSTALL_TARGET= install-strip USE_LDCONFIG= yes do-test: diff --git a/math/planarity/pkg-plist b/math/planarity/pkg-plist index 04e90542c00e..005291bedc2d 100644 --- a/math/planarity/pkg-plist +++ b/math/planarity/pkg-plist @@ -22,4 +22,4 @@ lib/libplanarity.a lib/libplanarity.so lib/libplanarity.so.0 lib/libplanarity.so.0.1.0 -man/man1/planarity.1.gz +share/man/man1/planarity.1.gz