diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-07 04:46:58 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-07 04:46:58 +0000 |
commit | 6e1a2f845a905a3950429053893a52fcf2b43d5a (patch) | |
tree | 5f566b16351f03abbc9276e09d01b27fb43e0771 /www/mod_auth_pwcheck | |
parent | 5983d1b71c1786136fcbd1fb6599be9f02bd4939 (diff) |
Notes
Diffstat (limited to 'www/mod_auth_pwcheck')
-rw-r--r-- | www/mod_auth_pwcheck/Makefile | 9 | ||||
-rw-r--r-- | www/mod_auth_pwcheck/pkg-plist | 4 |
2 files changed, 4 insertions, 9 deletions
diff --git a/www/mod_auth_pwcheck/Makefile b/www/mod_auth_pwcheck/Makefile index bc8c383c861b..347289556e72 100644 --- a/www/mod_auth_pwcheck/Makefile +++ b/www/mod_auth_pwcheck/Makefile @@ -18,12 +18,9 @@ BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - WRKSRC= ${WRKDIR}/${PORTNAME} APACHE_PORT?= ${AP_CATEGORY}/${AP_PORT} +MAKE_ARGS+= DOC_DIR="${DOCSDIR}" .include <bsd.port.pre.mk> @@ -43,9 +40,7 @@ AP_CATEGORY= www .endif AP_PORT= apache13${AP_MOD_SSL_SUFFIX} -AUTH_PWCHECK_DOCS= share/doc/apache/manual/mod/mod_auth_pwcheck -PLIST_SUB= AUTH_PWCHECK_DOCS="${AUTH_PWCHECK_DOCS}" \ - AP_LIBEXEC="${AP_LIBEXEC}" \ +PLIST_SUB= AP_LIBEXEC="${AP_LIBEXEC}" \ AP_SYSCONF="${AP_SYSCONF}" \ APXS="${APXS}" diff --git a/www/mod_auth_pwcheck/pkg-plist b/www/mod_auth_pwcheck/pkg-plist index 5b80e7e92e63..bfccea483e5e 100644 --- a/www/mod_auth_pwcheck/pkg-plist +++ b/www/mod_auth_pwcheck/pkg-plist @@ -1,5 +1,5 @@ %%AP_LIBEXEC%%/mod_auth_pwcheck.so -%%AUTH_PWCHECK_DOCS%%/index.html +%%DOCSDIR%%/index.html @unexec %%APXS%% -e -A -n auth_pwcheck mod_auth_pwcheck.so @unexec /bin/rm %%AP_SYSCONF%%/httpd.conf.bak -@dirrm %%AUTH_PWCHECK_DOCS%% +@dirrm %%DOCSDIR%% |