mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
net/rclone: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
11124ff535
commit
6b9e3419a9
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue