aboutsummaryrefslogtreecommitdiff
path: root/www/mod_fileiri
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-07 04:39:23 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-07 04:39:23 +0000
commit04de201b049181bc80206bad83455ba269946b4c (patch)
treebd048ff45fd2058842c773709d15374cb6ae10ca /www/mod_fileiri
parentdcbec6b324824942163c8bf49d934e4116b76b11 (diff)
downloadports-04de201b049181bc80206bad83455ba269946b4c.tar.gz
ports-04de201b049181bc80206bad83455ba269946b4c.zip
Notes
Diffstat (limited to 'www/mod_fileiri')
-rw-r--r--www/mod_fileiri/Makefile12
-rw-r--r--www/mod_fileiri/pkg-plist3
2 files changed, 4 insertions, 11 deletions
diff --git a/www/mod_fileiri/Makefile b/www/mod_fileiri/Makefile
index e19611ecc559..e7fcb107e09f 100644
--- a/www/mod_fileiri/Makefile
+++ b/www/mod_fileiri/Makefile
@@ -8,22 +8,18 @@
PORTNAME= mod_fileiri
PORTVERSION= 1.15
CATEGORIES= www
-MASTER_SITES= LOCAL/chinsan
+MASTER_SITES= LOCAL/pgollucci
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= A http IRIs module for Apache 2
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
USE_APACHE= 20+
-PLIST_SUB= APACHE_DIR=${APACHEMODDIR}
-do-build:
- cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
-
-do-install:
- ${APXS} -i -c -n fileiri ${WRKSRC}/${PORTNAME}.so
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
.include <bsd.port.mk>
diff --git a/www/mod_fileiri/pkg-plist b/www/mod_fileiri/pkg-plist
deleted file mode 100644
index 1db2bc904408..000000000000
--- a/www/mod_fileiri/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%APACHE_DIR%%/mod_fileiri.so
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
-@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F