mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
net/multicat: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
4e8940a3a4
commit
689f05e4be
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= multicat
|
PORTNAME= multicat
|
||||||
PORTVERSION= 2.3
|
PORTVERSION= 2.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net multimedia
|
CATEGORIES= net multimedia
|
||||||
MASTER_SITES= https://get.videolan.org/multicat/${PORTVERSION}/
|
MASTER_SITES= https://get.videolan.org/multicat/${PORTVERSION}/
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@ PLIST_FILES= bin/aggregartp \
|
||||||
bin/ingests \
|
bin/ingests \
|
||||||
bin/multicat \
|
bin/multicat \
|
||||||
bin/reordertp \
|
bin/reordertp \
|
||||||
man/man1/aggregartp.1.gz \
|
share/man/man1/aggregartp.1.gz \
|
||||||
man/man1/ingests.1.gz \
|
share/man/man1/ingests.1.gz \
|
||||||
man/man1/multicat.1.gz \
|
share/man/man1/multicat.1.gz \
|
||||||
man/man1/reordertp.1.gz
|
share/man/man1/reordertp.1.gz
|
||||||
PORTDOCS= AUTHORS Changelog NEWS README
|
PORTDOCS= AUTHORS Changelog NEWS README
|
||||||
BINARIES= ${ALL_TARGET}
|
BINARIES= ${ALL_TARGET}
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ OPTIONS_DEFINE= DOCS
|
||||||
do-install:
|
do-install:
|
||||||
.for file in ${BINARIES}
|
.for file in ${BINARIES}
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/${file}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/${file}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
do-install-DOCS-on:
|
do-install-DOCS-on:
|
||||||
|
|
Loading…
Add table
Reference in a new issue