Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 13:05:37 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373205 - head/www/p5-libapreq2
Message-ID:  <201411241305.sAOD5bff039186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Nov 24 13:05:36 2014
New Revision: 373205
URL: https://svnweb.freebsd.org/changeset/ports/373205
QAT: https://qat.redports.org/buildarchive/r373205/

Log:
  Don't hardcode apache version.
  
  Sponsored by:	Absolight

Modified:
  head/www/p5-libapreq2/Makefile

Modified: head/www/p5-libapreq2/Makefile
==============================================================================
--- head/www/p5-libapreq2/Makefile	Mon Nov 24 12:40:58 2014	(r373204)
+++ head/www/p5-libapreq2/Makefile	Mon Nov 24 13:05:36 2014	(r373205)
@@ -41,9 +41,9 @@ post-stage:
 	# remove all the non-perl stuff
 	${RM} ${STAGEDIR}${PREFIX}/bin/apreq2-config
 	${RM} -rf ${STAGEDIR}${PREFIX}/include/apreq2
-	${RM} ${STAGEDIR}${PREFIX}/include/apache22/apreq2/apreq_module_apache2.h
+	${RM} ${STAGEDIR}${PREFIX}/${APACHEINCLUDEDIR}/apreq2/apreq_module_apache2.h
 	${RM} ${STAGEDIR}${PREFIX}/lib/libapreq2*
-	${RM} ${STAGEDIR}${PREFIX}/libexec/apache22/mod_apreq2*
+	${RM} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_apreq2*
 	${FIND} ${STAGEDIR} -name '*.bs' -type f -size 0c -exec ${RM} {} \;
 	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/APR/Request/Request.so
 .for i in Apache2 CGI Cookie Error Hook Param Parser



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