git: 799f95ddee52 - main - net-p2p/deluge-cli: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:07:00 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=799f95ddee52d76a9c9d1a9ad89d7313bffd4bc1 commit 799f95ddee52d76a9c9d1a9ad89d7313bffd4bc1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 23:11:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 00:06:44 +0000 net-p2p/deluge-cli: Sanitize MANPREFIX Approved by: portmgr (blanket) --- net-p2p/deluge-cli/Makefile | 4 ++-- net-p2p/deluge-cli/pkg-plist | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile index 50a6006c4a29..1459859d67d5 100644 --- a/net-p2p/deluge-cli/Makefile +++ b/net-p2p/deluge-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= deluge DISTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p python MASTER_SITES= PYPI PKGNAMESUFFIX= -cli @@ -55,7 +55,7 @@ post-patch: post-install: # install man pages .for man in deluge.1 deluge-console.1 deluge-gtk.1 deluge-web.1 deluged.1 - ${INSTALL_MAN} ${WRKSRC}/docs/man/${man} ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/docs/man/${man} ${STAGEDIR}${PREFIX}/share/man/man1/ .endfor post-install-DOCS-on: diff --git a/net-p2p/deluge-cli/pkg-plist b/net-p2p/deluge-cli/pkg-plist index 8885a9b404b4..5b7adc8b9a29 100644 --- a/net-p2p/deluge-cli/pkg-plist +++ b/net-p2p/deluge-cli/pkg-plist @@ -77,8 +77,8 @@ %%PYTHON_SITELIBDIR%%/deluge/i18n/zh_CN/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/deluge/i18n/zh_HK/LC_MESSAGES/deluge.mo %%PYTHON_SITELIBDIR%%/deluge/i18n/zh_TW/LC_MESSAGES/deluge.mo -man/man1/deluge-console.1.gz -man/man1/deluge-gtk.1.gz -man/man1/deluge-web.1.gz -man/man1/deluge.1.gz -man/man1/deluged.1.gz +share/man/man1/deluge-console.1.gz +share/man/man1/deluge-gtk.1.gz +share/man/man1/deluge-web.1.gz +share/man/man1/deluge.1.gz +share/man/man1/deluged.1.gz