git: 42c8d33e2428 - main - multimedia/nostt: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 16:52:57 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=42c8d33e24289652135e72f8886e82c598f9c889 commit 42c8d33e24289652135e72f8886e82c598f9c889 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 16:38:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 16:52:33 +0000 multimedia/nostt: Sanitize MANPREFIX Approved by: portmgr (blanket) --- multimedia/nostt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/nostt/Makefile b/multimedia/nostt/Makefile index 7b4e5ba3299f..b378d6d4548d 100644 --- a/multimedia/nostt/Makefile +++ b/multimedia/nostt/Makefile @@ -1,6 +1,6 @@ PORTNAME= nostt DISTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= ik@sjmulder.nl @@ -16,9 +16,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USE_GITHUB= yes GH_ACCOUNT= sjmulder -MAKE_ARGS= MANPREFIX=${PREFIX}/man +MAKE_ARGS= MANPREFIX=${PREFIX}/share/man PLIST_FILES= bin/nostt \ - man/man1/nostt.1.gz + share/man/man1/nostt.1.gz .include <bsd.port.mk>