git: d0aa49c5f028 - main - graphics/crw: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 15:08:18 UTC
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d0aa49c5f028a98fff27fda10ff3d43bc521fbef
commit d0aa49c5f028a98fff27fda10ff3d43bc521fbef
Author: Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-16 15:01:40 +0000
Commit: Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-16 15:01:40 +0000
graphics/crw: Move man pages to share/man
Approved by: portmgr (blanket)
---
graphics/crw/Makefile | 5 +++--
1 file 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>