git: b9cbc8e9184d - main - accessibility/sct: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 16:08:46 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b9cbc8e9184d390dae97ddb0ec0b980c735d0281
commit b9cbc8e9184d390dae97ddb0ec0b980c735d0281
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-02 16:07:48 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-02 16:08:35 +0000
accessibility/sct: Move man pages to share/man
Approved by: portmgr (blanket)
---
accessibility/sct/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/accessibility/sct/Makefile b/accessibility/sct/Makefile
index e1b6b1f0f432..66edcd933ccc 100644
--- a/accessibility/sct/Makefile
+++ b/accessibility/sct/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sct
DISTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= accessibility
MAINTAINER= 0mp@FreeBSD.org
@@ -13,9 +14,10 @@ USES= xorg
USE_GITHUB= yes
GH_ACCOUNT= 0mp
USE_XORG= x11 xrandr
+MAKE_ARGS= MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
PLIST_FILES= bin/sct \
- man/man1/sct.1.gz
+ share/man/man1/sct.1.gz
.include <bsd.port.mk>