git: 832db82b8fd2 - main - graphics/pngquant: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 00:29:13 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=832db82b8fd2e3c790a7e0a6f2524ea51996a16b
commit 832db82b8fd2e3c790a7e0a6f2524ea51996a16b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 00:11:41 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 00:29:00 +0000
graphics/pngquant: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
graphics/pngquant/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile
index 240348803a6c..d9bce6475ff0 100644
--- a/graphics/pngquant/Makefile
+++ b/graphics/pngquant/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pngquant
PORTVERSION= 2.18.0
DISTVERSIONSUFFIX= -src
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= https://pngquant.org/
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --with-libimagequant
PORTDOCS= CHANGELOG README.md
PLIST_FILES= bin/pngquant \
- man/man1/pngquant.1.gz
+ share/man/man1/pngquant.1.gz
OPTIONS_DEFINE= OPTIMIZED_FLAGS OPENMP LCMS2 DEBUG DOCS
OPTIONS_DEFINE_i386= SSE
@@ -52,7 +52,7 @@ SSE_CONFIGURE_ENABLE=sse
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngquant ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/pngquant.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/pngquant.1 ${STAGEDIR}${PREFIX}/share/man/man1
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}