git: 978ee750e122 - main - www/fcgiwrap: moved manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Mar 2024 09:52:24 UTC
The branch main has been updated by rodrigo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=978ee750e1226eb084d16719bd3b66ace99bdfa3
commit 978ee750e1226eb084d16719bd3b66ace99bdfa3
Author: Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2024-02-29 05:49:26 +0000
Commit: Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2024-03-04 09:50:45 +0000
www/fcgiwrap: moved manpages to share/man
Set GNU_CONFIGURE_MANPREFIX and fix plist
Fix formatting to make linters happy
---
www/fcgiwrap/Makefile | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/www/fcgiwrap/Makefile b/www/fcgiwrap/Makefile
index f261e2f65b96..5e8163819121 100644
--- a/www/fcgiwrap/Makefile
+++ b/www/fcgiwrap/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fcgiwrap
PORTVERSION= 1.1.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= www
MAINTAINER= rodrigo@FreeBSD.org
@@ -18,11 +18,14 @@ GH_ACCOUNT= gnosek
USE_RC_SUBR= fcgiwrap
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-GNU_CONFIGURE= yes
-PLIST_FILES= sbin/fcgiwrap man/man8/fcgiwrap.8.gz
+PLIST_FILES= share/man/man8/fcgiwrap.8.gz \
+ sbin/fcgiwrap
post-patch:
@${REINPLACE_CMD} -e 's/@prefix@@mandir@/@mandir@/'\