1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Convert to AP_FAST_BUILD / AP_GENPLIST

- USE_GMAKE is no longer needed and is BUILD_DEPEND only so no PORTREVISION bump
This commit is contained in:
Philip M. Gollucci 2010-06-07 03:53:11 +00:00
parent 6c6c4907a8
commit 46c4f3b0f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255983
2 changed files with 3 additions and 7 deletions

View File

@ -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}/

View File

@ -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."