From 46c4f3b0f40447d9993e6ae3e016c9dae8a196a0 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Mon, 7 Jun 2010 03:53:11 +0000 Subject: [PATCH] - Convert to AP_FAST_BUILD / AP_GENPLIST - USE_GMAKE is no longer needed and is BUILD_DEPEND only so no PORTREVISION bump --- www/mod_auth_pam2/Makefile | 5 +++-- www/mod_auth_pam2/pkg-plist | 5 ----- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 www/mod_auth_pam2/pkg-plist 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."