Skip to content

Commit

Permalink
audio/mp3ck: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent c9dbee7 commit 9da38f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions audio/mp3ck/Makefile
Expand Up @@ -10,10 +10,10 @@ WWW= https://mp3ck.sourceforge.net/
DEPRECATED= Last release in 2005 and dead upstream, consider using multimedia/ffmpeg
EXPIRATION_DATE=2024-02-29

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

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1

PLIST_FILES= bin/mp3ck man/man1/mp3ck.1.gz
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>

0 comments on commit 9da38f6

Please sign in to comment.