aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/mod_auth_pam2/Makefile5
-rw-r--r--www/mod_auth_pam2/pkg-plist5
2 files changed, 3 insertions, 7 deletions
diff --git a/www/mod_auth_pam2/Makefile b/www/mod_auth_pam2/Makefile
index 50e2d1a1f21a..5bb07c77fa90 100644
--- a/www/mod_auth_pam2/Makefile
+++ b/www/mod_auth_pam2/Makefile
@@ -21,13 +21,14 @@ MAKE_JOBS_SAFE= yes
LATEST_LINK= mod_auth_pam2
USE_APACHE= 20+
-USE_GMAKE= YES
-MAKE_ENV+= APXS=${APXS}
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= *.html
PORTEXAMPLES= pam-httpd.sample
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
+
post-install:
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}/
diff --git a/www/mod_auth_pam2/pkg-plist b/www/mod_auth_pam2/pkg-plist
deleted file mode 100644
index 10c6ff86d200..000000000000
--- a/www/mod_auth_pam2/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%APACHEMODDIR%%/mod_auth_pam.so
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
-%%APACHEMODDIR%%/mod_auth_sys_group.so
-@exec %D/sbin/apxs -e -a -n auth_sys_group %D/%f
-@unexec echo "===> If you do not plan on reinstalling mod_auth_pam, you must manually remove"; echo "===> references to it in httpd.conf."