diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /www/mod_auth_mysql | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'www/mod_auth_mysql')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 328bf0ad5496..da093ca2d87e 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/www/${AP_PORT} APXS= ${LOCALBASE}/sbin/apxs -AP_PORT?= apache13 +AP_PORT?= apache13 .if exists(${APXS}) APXS_WORKS!= ${APXS} -q TARGET 2>/dev/null || echo no .endif @@ -31,10 +31,10 @@ AP_SYSCONF!= ${APXS} -q SYSCONFDIR AP_INCLUDE!= ${APXS} -q INCLUDEDIR AP_LIBEXEC!= ${APXS} -q LIBEXECDIR .else -AP_TARGET?= httpd -AP_SYSCONF?= ${PREFIX}/etc/apache -AP_INCLUDE?= ${PREFIX}/include/apache -AP_LIBEXEC?= ${PREFIX}/libexec/apache +AP_TARGET?= httpd +AP_SYSCONF?= ${PREFIX}/etc/apache +AP_INCLUDE?= ${PREFIX}/include/apache +AP_LIBEXEC?= ${PREFIX}/libexec/apache .endif AUTH_MYSQL_DOCS= apache/manual/mod/mod_auth_mysql |