git: a2b06ad6e90b - main - sysutils/fdupes: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 15:13:29 UTC
The branch main has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a2b06ad6e90b28e3d57ff1c499242b5e8d1c5dda
commit a2b06ad6e90b28e3d57ff1c499242b5e8d1c5dda
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 15:13:26 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 15:13:26 +0000
sysutils/fdupes: Move man pages to share/man
---
sysutils/fdupes/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile
index a3c41d2d66e4..ee8a3e9725a9 100644
--- a/sysutils/fdupes/Makefile
+++ b/sysutils/fdupes/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fdupes
-PORTVERSION= 2.2.1
+DISTVERSION= 2.2.1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/adrianlopezroche/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -12,9 +13,10 @@ LICENSE= MIT
USES= localbase pkgconfig
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/fdupes \
- man/man1/fdupes.1.gz
+ share/man/man1/fdupes.1.gz
OPTIONS_DEFINE= NCURSES
OPTIONS_DEFAULT= NCURSES
@@ -23,6 +25,6 @@ NCURSES_LIB_DEPENDS= libpcre2-32.so:devel/pcre2
NCURSES_USES= ncurses:base
NCURSES_CONFIGURE_OFF= --without-ncurses
-NCURSES_PLIST_FILES= man/man7/fdupes-help.7.gz
+NCURSES_PLIST_FILES= share/man/man7/fdupes-help.7.gz
.include <bsd.port.mk>