Skip to content

Commit

Permalink
net-p2p/py-tremc: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent efc7eb7 commit dd6d021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions net-p2p/py-tremc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tremc
DISTVERSION= 0.9.3
PORTREVISION= 1
CATEGORIES= net-p2p python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand Down
4 changes: 2 additions & 2 deletions net-p2p/py-tremc/files/patch-Makefile
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion net-p2p/py-tremc/pkg-plist
@@ -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

0 comments on commit dd6d021

Please sign in to comment.