diff options
author | clement <clement@FreeBSD.org> | 2004-04-18 19:49:33 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-18 19:49:33 +0800 |
commit | eee41369a0c36a8928b1f503394cfd8188073c18 (patch) | |
tree | 012c1af63c98422711d9f2be4fb9fa671d610080 /www/mod_log_sql2 | |
parent | eed793ce0ae4f83a77471eedd8af04666eb57ad5 (diff) | |
download | freebsd-ports-gnome-eee41369a0c36a8928b1f503394cfd8188073c18.tar.gz freebsd-ports-gnome-eee41369a0c36a8928b1f503394cfd8188073c18.tar.zst freebsd-ports-gnome-eee41369a0c36a8928b1f503394cfd8188073c18.zip |
- Remove blank line at the end of pkg-plist
- Cosmetic changes in Makefile
Diffstat (limited to 'www/mod_log_sql2')
-rw-r--r-- | www/mod_log_sql2/Makefile | 1 | ||||
-rw-r--r-- | www/mod_log_sql2/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index 150fcf9fb74c..53f2ee9d653c 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -32,4 +32,5 @@ BROKEN= "Please recompile apache2 with SSL support" CONFIGURE_ARGS+= --enable-ssl SSL_PLIST= "" .endif + .include <bsd.port.post.mk> diff --git a/www/mod_log_sql2/pkg-plist b/www/mod_log_sql2/pkg-plist index bf25e78467fd..0ef9f2f940ce 100644 --- a/www/mod_log_sql2/pkg-plist +++ b/www/mod_log_sql2/pkg-plist @@ -3,4 +3,3 @@ @unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F %%APACHEMODDIR%%/mod_log_sql_mysql.so %%SSL%%%%APACHEMODDIR%%/mod_log_sql_ssl.so - |