net-p2p/py-tremc: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-22 17:02:55 +01:00
parent efc7eb74cd
commit dd6d021595
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= tremc
DISTVERSION= 0.9.3
PORTREVISION= 1
CATEGORIES= net-p2p python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -6,8 +6,8 @@
install:
- install -d "${DESTDIR}${PREFIX}/share/man/man1"
- install -m 644 tremc.1 "${DESTDIR}${PREFIX}/share/man/man1/tremc.1"
+ install -d "${DESTDIR}${MANPREFIX}/man/man1"
+ install -m 644 tremc.1 "${DESTDIR}${MANPREFIX}/man/man1"
+ install -d "${DESTDIR}${PREFIX}/share/man/man1"
+ install -m 644 tremc.1 "${DESTDIR}${PREFIX}/share/man/man1"
install -d "${DESTDIR}${PREFIX}/bin"
install -m 755 tremc "${DESTDIR}${PREFIX}/bin/tremc"
install -d "${DESTDIR}${PREFIX}/share/bash-completion/completions"

View File

@ -1,4 +1,4 @@
bin/tremc
man/man1/tremc.1.gz
share/man/man1/tremc.1.gz
share/bash-completion/completions/tremc
share/zsh/site-functions/_tremc