git: 9da38f6b0b01 - main - audio/mp3ck: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 02:03:00 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9da38f6b0b015839983073889314578c3940b46e commit 9da38f6b0b015839983073889314578c3940b46e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 01:42:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 02:02:47 +0000 audio/mp3ck: Sanitize MANPREFIX Approved by: portmgr (blanket) --- audio/mp3ck/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/mp3ck/Makefile b/audio/mp3ck/Makefile index 9be5b642615b..f1a1a6df2fff 100644 --- a/audio/mp3ck/Makefile +++ b/audio/mp3ck/Makefile @@ -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>