mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
databases/libmongo-client: allow staging
- Allow staging - Use pathfix PR: ports/182639 Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer)
This commit is contained in:
parent
76fd67222e
commit
7dfc540d3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331678
@ -17,16 +17,14 @@ GH_COMMIT= ff123ed # should be 9cbb488, but does not
|
||||
|
||||
USE_AUTOTOOLS= automake autoconf libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig gmake
|
||||
USES= pkgconfig gmake pathfix
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV+= PKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig
|
||||
PATHFIX_MAKEFILEIN=Makefile.am
|
||||
|
||||
NO_STAGE= yes
|
||||
run-autotools:
|
||||
@${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
|
||||
${WRKSRC}/src/Makefile.am
|
||||
@cd ${CONFIGURE_WRKSRC} && \
|
||||
${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
|
||||
${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user