graphics/pngnq: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 10:47:53 +01:00
parent ed948e8b6c
commit b5bc3f7516
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -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