git: b5bc3f751602 - main - graphics/pngnq: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 09:49:04 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5bc3f751602361862dd2f2389135a246f59a3dc commit b5bc3f751602361862dd2f2389135a246f59a3dc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 09:47:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 09:48:18 +0000 graphics/pngnq: Moved man to share/man Approved by: portmgr (blanket) --- graphics/pngnq/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/pngnq/Makefile b/graphics/pngnq/Makefile index 1306def2058f..d8b33fcfbcd8 100644 --- a/graphics/pngnq/Makefile +++ b/graphics/pngnq/Makefile @@ -1,6 +1,6 @@ PORTNAME= pngnq PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF @@ -13,6 +13,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libpng.so:graphics/png GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lpng @@ -20,7 +21,7 @@ LIBS+= -L${LOCALBASE}/lib -lpng USES= pkgconfig PORTDOCS= README COPYING -PLIST_FILES= bin/pngcomp bin/pngnq man/man1/pngnq.1.gz +PLIST_FILES= bin/pngcomp bin/pngnq share/man/man1/pngnq.1.gz OPTIONS_DEFINE= DOCS