git: a6d73f617622 - main - sysutils/fpart: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 10:40:13 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a6d73f617622b39c2d317d12d0b49aac0aa53fd7
commit a6d73f617622b39c2d317d12d0b49aac0aa53fd7
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 09:22:46 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 10:39:41 +0000
sysutils/fpart: Move man pages to share/man
Approved by: portmgr (blanket)
---
sysutils/fpart/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sysutils/fpart/Makefile b/sysutils/fpart/Makefile
index cdcaecd81ccb..94d8f7abe83c 100644
--- a/sysutils/fpart/Makefile
+++ b/sysutils/fpart/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fpart
PORTVERSION= 1.6.0
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://contribs.martymac.org/fpart/
@@ -11,9 +12,10 @@ WWW= https://contribs.martymac.org
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-embfts
-PLIST_FILES= bin/fpart man/man1/fpart.1.gz
+PLIST_FILES= bin/fpart share/man/man1/fpart.1.gz
PORTDOCS= Changelog.md README.md TODO
OPTIONS_DEFINE= FPSYNC DOCS
@@ -21,7 +23,7 @@ OPTIONS_DEFAULT= FPSYNC
FPSYNC_DESC= Install fpsync tool
FPSYNC_RUN_DEPENDS= rsync:net/rsync \
sudo:security/sudo
-FPSYNC_PLIST_FILES= bin/fpsync man/man1/fpsync.1.gz
+FPSYNC_PLIST_FILES= bin/fpsync share/man/man1/fpsync.1.gz
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}