summaryrefslogtreecommitdiff
path: root/www/mod_log_sql2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-28 16:19:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-28 16:19:10 +0000
commit89ec234f6c9810f88d7edc70fb4e98ab2af43c60 (patch)
treee8c468ddd3ee362d2bb636fa83d3c98d67a7f979 /www/mod_log_sql2
parent- Stage support (diff)
- Stage support
Notes
Notes: svn path=/head/; revision=346541
Diffstat (limited to 'www/mod_log_sql2')
-rw-r--r--www/mod_log_sql2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile
index b866e1026d60..73291836ef47 100644
--- a/www/mod_log_sql2/Makefile
+++ b/www/mod_log_sql2/Makefile
@@ -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>