diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 14:08:56 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 14:08:56 +0000 |
commit | 146dcd05a3ab515bb8719d82641a29a38eae67e8 (patch) | |
tree | d81159ef3dc5df959496c90934f5111de6816958 /www/mod_auth_imap | |
parent | c7c04ab3a3cfc74e072ef713cc287e4639ec4d34 (diff) | |
download | ports-146dcd05a3ab515bb8719d82641a29a38eae67e8.tar.gz ports-146dcd05a3ab515bb8719d82641a29a38eae67e8.zip |
Notes
Diffstat (limited to 'www/mod_auth_imap')
-rw-r--r-- | www/mod_auth_imap/Makefile | 7 | ||||
-rw-r--r-- | www/mod_auth_imap/distinfo | 1 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/mod_auth_imap/Makefile b/www/mod_auth_imap/Makefile index 4d829c8065b8..83d0d4c0afb9 100644 --- a/www/mod_auth_imap/Makefile +++ b/www/mod_auth_imap/Makefile @@ -14,19 +14,16 @@ DIST_SUBDIR= apache MAINTAINER= apache@FreeBSD.org COMMENT= An Apache module to provide authentication via an IMAP mail server -WANT_APACHE= 13 +USE_APACHE= 13 AP_FAST_BUILD= YES AP_GENPLIST= YES PORTDOCS= htaccess-example httpd.conf-append-example -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" - .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/mod_auth_imap/distinfo b/www/mod_auth_imap/distinfo index 8318cda40f81..fd372346aa16 100644 --- a/www/mod_auth_imap/distinfo +++ b/www/mod_auth_imap/distinfo @@ -1,2 +1,3 @@ MD5 (apache/mod_auth_imap-1.1.tar.gz) = 43adcd9d754786306107b4425116663e +SHA256 (apache/mod_auth_imap-1.1.tar.gz) = acccf10c4b5ff4aeac24351a9231e6e13f73436bcc6f77f4433c977d20062522 SIZE (apache/mod_auth_imap-1.1.tar.gz) = 12532 |