git: 6b9e3419a94e - main - net/rclone: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:25:48 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b9e3419a94e346a8144ef1df19eb8515e8d6dd5 commit 6b9e3419a94e346a8144ef1df19eb8515e8d6dd5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 18:53:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 19:25:26 +0000 net/rclone: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net/rclone/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 31d5306a5cfa..6b5b3b988627 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -1,7 +1,7 @@ PORTNAME= rclone DISTVERSIONPREFIX= v DISTVERSION= 1.65.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= tremere@cainites.net @@ -20,11 +20,11 @@ GO_MODULE= github.com/rclone/rclone GO_BUILDFLAGS= -ldflags -s PLIST_FILES= bin/rclone \ - man/man1/rclone.1.gz + share/man/man1/rclone.1.gz GO_BUILDFLAGS+= -tags cmount post-install: - ${INSTALL_MAN} ${WRKSRC}/rclone.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/rclone.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>