svn commit: r346541 - head/www/mod_log_sql2

Martin Wilke miwi at FreeBSD.org
Fri Feb 28 16:19:11 UTC 2014


Author: miwi
Date: Fri Feb 28 16:19:10 2014
New Revision: 346541
URL: http://svnweb.freebsd.org/changeset/ports/346541
QAT: https://qat.redports.org/buildarchive/r346541/

Log:
  - Stage support

Modified:
  head/www/mod_log_sql2/Makefile

Modified: head/www/mod_log_sql2/Makefile
==============================================================================
--- head/www/mod_log_sql2/Makefile	Fri Feb 28 16:18:59 2014	(r346540)
+++ head/www/mod_log_sql2/Makefile	Fri Feb 28 16:19:10 2014	(r346541)
@@ -25,7 +25,6 @@ USE_MYSQL=	yes
 USE_APACHE=	22
 CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql"
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_DBI) || exists(${LOCALBASE}/include/dbi/dbi.h)
@@ -39,6 +38,6 @@ SSL_PLIST=	"@comment "
 .endif
 
 post-install:
-	@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
+	@${APXS} -e -a -n "${SHORTMODNAME}" "${STAGEDIR}${APACHEMODDIR}/${MODULENAME}.so"
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list