aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-01 00:19:10 +0800
committermiwi <miwi@FreeBSD.org>2014-03-01 00:19:10 +0800
commit7742fe3d67eedd9eafcb058e1580c6dab9d51342 (patch)
treee8c468ddd3ee362d2bb636fa83d3c98d67a7f979 /www
parent3c2c2c1606bf20f4f899bfa5e2673fd5d38ecb3a (diff)
downloadfreebsd-ports-gnome-7742fe3d67eedd9eafcb058e1580c6dab9d51342.tar.gz
freebsd-ports-gnome-7742fe3d67eedd9eafcb058e1580c6dab9d51342.tar.zst
freebsd-ports-gnome-7742fe3d67eedd9eafcb058e1580c6dab9d51342.zip
- Stage support
Diffstat (limited to 'www')
-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>