mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Don't patch configure.ac so USE_AUTOTOOLS can be removed
- Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
ee53f0213c
commit
c3d387677a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369901
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mod_rivet
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www tcl
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE}
|
||||
MASTER_SITE_SUBDIR= tcl/rivet
|
||||
@ -15,12 +16,12 @@ LICENSE= APACHE20
|
||||
|
||||
LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_APACHE= 22+
|
||||
USE_AUTOTOOLS= aclocal libtoolize autoheader automake autoconf
|
||||
USE_LDCONFIG= ${PREFIX}/lib/rivet
|
||||
USES+= gmake libtool tcl:85+
|
||||
|
||||
INSTALL_TARGET= install
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS+=--with-apache-version=2 \
|
||||
--prefix=${PREFIX} --with-apxs=${APXS} \
|
||||
@ -29,7 +30,7 @@ CONFIGURE_ARGS+=--with-apache-version=2 \
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|`$${apxs_found} -q LIBEXECDIR`|${PREFIX}/${APACHEMODDIR}|g' \
|
||||
${WRKSRC}/configure.ac ${WRKSRC}/configure
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} ""
|
||||
|
Loading…
Reference in New Issue
Block a user