git: 7552b0227f6f - main - biology/scrm: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 19:59:35 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7552b0227f6f63ccd56ab654f0adaa3251ae72c8
commit 7552b0227f6f63ccd56ab654f0adaa3251ae72c8
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-02 19:58:13 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-02 19:59:23 +0000
biology/scrm: Move man pages to share/man
Approved by: portmgr (blanket)
---
biology/scrm/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/biology/scrm/Makefile b/biology/scrm/Makefile
index f75e14f045e0..c49344f58718 100644
--- a/biology/scrm/Makefile
+++ b/biology/scrm/Makefile
@@ -1,6 +1,7 @@
PORTNAME= scrm
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.4
+PORTREVISION= 1
CATEGORIES= biology
MAINTAINER= yuri@FreeBSD.org
@@ -14,8 +15,9 @@ USES= autoreconf compiler:c++11-lang gmake
USE_GITHUB= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/scrm \
- man/man1/scrm.1.gz
+ share/man/man1/scrm.1.gz
.include <bsd.port.mk>