mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
multimedia/cineencoder: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
55c5d1f68a
commit
76d4f21e18
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= ${GH_ACCOUNT:tl}
|
||||
PORTVERSION= 3.5.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
@ -21,7 +21,7 @@ USE_QT= buildtools:build qmake:build core gui multimedia \
|
|||
network svg widgets x11extras
|
||||
USE_XORG= x11 xext
|
||||
|
||||
PLIST_FILES= bin/cine_encoder man/man1/cine-encoder.1.gz \
|
||||
PLIST_FILES= bin/cine_encoder share/man/man1/cine-encoder.1.gz \
|
||||
share/applications/cine-encoder.desktop \
|
||||
share/icons/hicolor/64x64/apps/cine-encoder.png \
|
||||
share/sounds/cine-encoder.wav
|
||||
|
@ -41,7 +41,7 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/builddir/cine_encoder \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/distros/debian/cine-encoder.1 \
|
||||
${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${STAGEDIR}${PREFIX}/share/man/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/share/cine-encoder.desktop \
|
||||
${STAGEDIR}${PREFIX}/share/applications
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps
|
||||
|
|
Loading…
Add table
Reference in a new issue