diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-01 00:19:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-01 00:19:10 +0800 |
commit | 7742fe3d67eedd9eafcb058e1580c6dab9d51342 (patch) | |
tree | e8c468ddd3ee362d2bb636fa83d3c98d67a7f979 /www | |
parent | 3c2c2c1606bf20f4f899bfa5e2673fd5d38ecb3a (diff) | |
download | freebsd-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/Makefile | 3 |
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> |