git: 31a509ebc5ea - main - astro/match: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Feb 2024 22:10:50 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31a509ebc5ea45d0b4dcdad6520773abf786b759
commit 31a509ebc5ea45d0b4dcdad6520773abf786b759
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-20 21:43:25 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-20 22:10:20 +0000
astro/match: Moved man to share/man
Approved by: portmgr (blanket)
---
astro/match/Makefile | 4 +++-
astro/match/pkg-plist | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/astro/match/Makefile b/astro/match/Makefile
index c4e96a24315c..4ead76f8294b 100644
--- a/astro/match/Makefile
+++ b/astro/match/Makefile
@@ -1,5 +1,6 @@
PORTNAME= match
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= http://spiff.rit.edu/match/
@@ -11,7 +12,8 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFLICTS_INSTALL= avenger # man/man1/match.1.gz
+CONFLICTS_INSTALL= avenger # share/man/man1/match.1.gz
.include <bsd.port.mk>
diff --git a/astro/match/pkg-plist b/astro/match/pkg-plist
index 92e572e05cbb..db9cb4341cab 100644
--- a/astro/match/pkg-plist
+++ b/astro/match/pkg-plist
@@ -1,4 +1,4 @@
bin/apply_match
bin/match
bin/project_coords
-man/man1/match.1.gz
+share/man/man1/match.1.gz