Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2024 09:52:24 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 978ee750e122 - main - www/fcgiwrap: moved manpages to share/man
Message-ID:  <202403040952.4249qOe1000402@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@/'\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403040952.4249qOe1000402>