www/fcgiwrap: moved manpages to share/man

Set GNU_CONFIGURE_MANPREFIX and fix plist
Fix formatting to make linters happy
2024Q2
Rodrigo Osorio 2024-02-29 06:49:26 +01:00
parent ace627a22c
commit 978ee750e1
1 changed files with 6 additions and 3 deletions

View File

@ -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@/'\