git: 185b68ac1cbd - main - graphics/sharpconstruct: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 12:59:02 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=185b68ac1cbde0f54a2737b7249483138ee7bb51
commit 185b68ac1cbde0f54a2737b7249483138ee7bb51
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 12:50:29 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:26 +0000
graphics/sharpconstruct: Move man pages to share/man
Approved by: portmgr (blanket)
---
graphics/sharpconstruct/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile
index f7c2b442391e..8c5c815ab5b2 100644
--- a/graphics/sharpconstruct/Makefile
+++ b/graphics/sharpconstruct/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sharpconstruct
PORTVERSION= 0.11
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= graphics
MASTER_SITES= SF/sharp3d/SharpConstruct/${PORTVERSION}
@@ -20,13 +20,14 @@ ONLY_FOR_ARCHS_REASON= uses SSE instructions
USES= compiler:c++11-lang gl tar:bzip2 gmake pkgconfig
USE_CXXSTD= c++11
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_GL= gl glu
CXXFLAGS_i386= -msse
CXXFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS
CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -mvsx
PLIST_FILES= bin/${PORTNAME} \
- man/man1/${PORTNAME}.1.gz
+ share/man/man1/${PORTNAME}.1.gz
PORTDATA= *
.include <bsd.port.options.mk>