aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-06-07 14:08:54 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-06-07 14:08:54 +0800
commit8db684db58ebd8768b4d6d950f3b1b0425a788d6 (patch)
tree55b928a8eaf784665fee00c94a8c9d5354355d24 /www
parentb0e13d96485e5f86fb5f51e71a55d66124abccb1 (diff)
downloadfreebsd-ports-gnome-8db684db58ebd8768b4d6d950f3b1b0425a788d6.tar.gz
freebsd-ports-gnome-8db684db58ebd8768b4d6d950f3b1b0425a788d6.tar.zst
freebsd-ports-gnome-8db684db58ebd8768b4d6d950f3b1b0425a788d6.zip
- Convert to AP_FAST_BUILD / AP_GENPLIST
Diffstat (limited to 'www')
-rw-r--r--www/mod_sed/Makefile5
-rw-r--r--www/mod_sed/pkg-plist3
2 files changed, 3 insertions, 5 deletions
diff --git a/www/mod_sed/Makefile b/www/mod_sed/Makefile
index eb543dbffdba..4d7225e317b9 100644
--- a/www/mod_sed/Makefile
+++ b/www/mod_sed/Makefile
@@ -15,9 +15,10 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= An apache module that embeds a copy of the sed(1) command
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
USE_APACHE= 1.3
-MAKE_ARGS= APXS=${APXS}
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
.include <bsd.port.mk>
diff --git a/www/mod_sed/pkg-plist b/www/mod_sed/pkg-plist
deleted file mode 100644
index fb691e0a0509..000000000000
--- a/www/mod_sed/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%APACHEMODDIR%%/%%AP_MODULE%%
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
-@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F