aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/mod_log_data/Makefile17
-rw-r--r--www/mod_log_data/pkg-plist4
2 files changed, 5 insertions, 16 deletions
diff --git a/www/mod_log_data/Makefile b/www/mod_log_data/Makefile
index dba55fcadcdf..95a8fd815845 100644
--- a/www/mod_log_data/Makefile
+++ b/www/mod_log_data/Makefile
@@ -13,18 +13,11 @@ MASTER_SITES= http://loghttp.sourceforge.net/files/
MAINTAINER= apache@FreeBSD.org
COMMENT= Module for Apache 2.0 which logs incoming and outgoing data
-WRKSRC= ${WRKDIR}/${PORTNAME}
-USE_APACHE= YES
-WITH_APACHE2= YES
-
-.include <bsd.port.pre.mk>
+USE_APACHE= 2.0
-ONLY_FOR_ARCHS= i386
-
-do-build:
- @(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)
+WRKSRC= ${WRKDIR}/${PORTNAME}
-do-install:
- @(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la)
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/mod_log_data/pkg-plist b/www/mod_log_data/pkg-plist
deleted file mode 100644
index b633906e980b..000000000000
--- a/www/mod_log_data/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-libexec/apache2/mod_log_data.so
-@exec %D/sbin/apxs -e -A -n log_data %D/%f
-@unexec %D/sbin/apxs -e -A -n log_data %D/%f
-@unexec echo "===> If you do not plan on reinstalling mod_log_data, you must manually remove"; echo "===> references to it in httpd.conf."