aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-06-07 11:53:11 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-06-07 11:53:11 +0800
commit31a3cf778260bb6da4b832a41fb5b3ef2290f867 (patch)
tree93defe18631e5829edbc24b5c27b6c3e41dab1e8 /www
parent3c111a176ba4b577071d6a28e9ec5e97325552ea (diff)
downloadfreebsd-ports-gnome-31a3cf778260bb6da4b832a41fb5b3ef2290f867.tar.gz
freebsd-ports-gnome-31a3cf778260bb6da4b832a41fb5b3ef2290f867.tar.zst
freebsd-ports-gnome-31a3cf778260bb6da4b832a41fb5b3ef2290f867.zip
- Convert to AP_FAST_BUILD / AP_GENPLIST
- USE_GMAKE is no longer needed and is BUILD_DEPEND only so no PORTREVISION bump
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."