svn commit: r369901 - head/www/mod_rivet
Tijl Coosemans
tijl at FreeBSD.org
Fri Oct 3 13:43:34 UTC 2014
Author: tijl
Date: Fri Oct 3 13:43:33 2014
New Revision: 369901
URL: https://svnweb.freebsd.org/changeset/ports/369901
QAT: https://qat.redports.org/buildarchive/r369901/
Log:
- Don't patch configure.ac so USE_AUTOTOOLS can be removed
- Add INSTALL_TARGET=install-strip
Modified:
head/www/mod_rivet/Makefile
Modified: head/www/mod_rivet/Makefile
==============================================================================
--- head/www/mod_rivet/Makefile Fri Oct 3 13:37:41 2014 (r369900)
+++ head/www/mod_rivet/Makefile Fri Oct 3 13:43:33 2014 (r369901)
@@ -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} ""
More information about the svn-ports-all
mailing list