git: 29558775fe53 - main - misc/bestfit: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 14:50:24 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=29558775fe530bc3703093ed74967fffc79869a6
commit 29558775fe530bc3703093ed74967fffc79869a6
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 14:50:20 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 14:50:20 +0000
misc/bestfit: Move man pages to share/man
---
misc/bestfit/Makefile | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile
index 26190e5958a2..34dbaf0d038c 100644
--- a/misc/bestfit/Makefile
+++ b/misc/bestfit/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bestfit
-PORTVERSION= 0.2.0
+DISTVERSION= 0.2.0
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= LOCAL/ehaupt
@@ -9,8 +10,10 @@ WWW= https://savannah.nongnu.org/projects/bestfit/
LICENSE= GPLv2
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
-PLIST_FILES= bin/bestfit man/man1/bestfit.1.gz
+PLIST_FILES= bin/bestfit \
+ share/man/man1/bestfit.1.gz
.include <bsd.port.mk>