graphics/crw: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Christian Weisgerber 2024-03-16 15:01:40 +00:00
parent 97284e5c0e
commit d0aa49c5f0
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= crw
PORTVERSION= 1.03
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://apollo.backplane.com/FreeBSDPorts/
@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png
USES= uidfix
PLIST_FILES= bin/crw man/man1/crw.1.gz
PLIST_FILES= bin/crw share/man/man1/crw.1.gz
#CFLAGS+= -I${LOCALBASE}/include/libpng15
@ -19,6 +19,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,/usr/local/lib,${LOCALBASE}/lib,' \
-e 's,CFLAGS=,CFLAGS+=,' \
-e 's,/usr/local/include,${LOCALBASE}/include,' \
-e 's,/man/man,/share&,' \
${WRKSRC}/Makefile
.include <bsd.port.mk>