graphics/pngnq: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
ed948e8b6c
commit
b5bc3f7516
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue