Skip to content

Commit

Permalink
multimedia/mplex: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 99b53b8 commit cec1851
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions multimedia/mplex/Makefile
@@ -1,5 +1,6 @@
PORTNAME= mplex
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= LOCAL/sanpei

Expand All @@ -11,10 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING

CONFLICTS= mjpegtools

PLIST_FILES= bin/mplex man/man1/mplex.1.gz
PLIST_FILES= bin/mplex share/man/man1/mplex.1.gz

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mplex ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/mplex.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${FILESDIR}/mplex.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>

0 comments on commit cec1851

Please sign in to comment.