aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2011-07-03 00:10:19 +0800
committerohauer <ohauer@FreeBSD.org>2011-07-03 00:10:19 +0800
commit6188a83d23728bd6ba0ab3883eb69595ff6a533b (patch)
tree6754bbd094a87e7371b215ebcf61cbd9e50d0d0b
parent0b0e90ce4a76fd70fb89252c5e6d2fc2a27e1b04 (diff)
downloadfreebsd-ports-gnome-6188a83d23728bd6ba0ab3883eb69595ff6a533b.tar.gz
freebsd-ports-gnome-6188a83d23728bd6ba0ab3883eb69595ff6a533b.tar.zst
freebsd-ports-gnome-6188a83d23728bd6ba0ab3883eb69595ff6a533b.zip
- portlint
-rw-r--r--www/mod_auth_mysql/Makefile2
-rw-r--r--www/mod_auth_mysql/pkg-descr7
2 files changed, 4 insertions, 5 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile
index e34e4d498f4b..ed79e6e7665e 100644
--- a/www/mod_auth_mysql/Makefile
+++ b/www/mod_auth_mysql/Makefile
@@ -21,7 +21,7 @@ USE_MYSQL= yes
USE_APACHE= 13
AP_GENPLIST= yes
PORTDOCS= README USAGE
-PLIST_FILES+= %%APACHEMODDIR%%/mod_auth_mysql.so
+PLIST_FILES+= %%APACHEMODDIR%%/mod_auth_mysql.so
post-patch:
${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' -e 's,apxs,${APXS},' ${WRKSRC}/Makefile
diff --git a/www/mod_auth_mysql/pkg-descr b/www/mod_auth_mysql/pkg-descr
index 38b121314dbb..5e30ab8adb0b 100644
--- a/www/mod_auth_mysql/pkg-descr
+++ b/www/mod_auth_mysql/pkg-descr
@@ -1,6 +1,5 @@
-This add-on module allows the apache web server to use a MySQL database for user and/or group authentication. For large user lists this can offer a significate speed up over apache's standard flat file format.
+This add-on module allows the apache web server to use a MySQL database
+for user and/or group authentication. For large user lists this can offer
+a significate speed up over apache's standard flat file format.
WWW: http://modauthmysql.sourceforge.net/
-
-- Jim
-jim@thehousleys.net