aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2024-03-16 15:01:40 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2024-03-16 15:01:40 +0000
commitd0aa49c5f028a98fff27fda10ff3d43bc521fbef (patch)
treee8f0edb9bd3191137d0bf44651bc3bb8a5b8fd54
parent97284e5c0e04ac501af5f35ff89a558fb224ea1b (diff)
downloadports-d0aa49c5f028a98fff27fda10ff3d43bc521fbef.tar.gz
ports-d0aa49c5f028a98fff27fda10ff3d43bc521fbef.zip
graphics/crw: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--graphics/crw/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/crw/Makefile b/graphics/crw/Makefile
index c89f331cffd5..824c1eade8ed 100644
--- a/graphics/crw/Makefile
+++ b/graphics/crw/Makefile
@@ -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>