diff options
-rw-r--r-- | www/mod_macro2/Makefile | 6 | ||||
-rw-r--r-- | www/mod_macro2/distinfo | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_macro2/Makefile b/www/mod_macro2/Makefile index f3b929781aa4..8006201f2f18 100644 --- a/www/mod_macro2/Makefile +++ b/www/mod_macro2/Makefile @@ -13,18 +13,16 @@ MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache2 module for use macros in config files -WANT_APACHE= 2 +USE_APACHE= 20+ LATEST_LINK= mod_macro2 AP_FAST_BUILD= YES AP_GENPLIST= YES PORTDOCS= ${PORTNAME}.html -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/mod_macro2/distinfo b/www/mod_macro2/distinfo index 71c6e25d51a5..1503a5561535 100644 --- a/www/mod_macro2/distinfo +++ b/www/mod_macro2/distinfo @@ -1,2 +1,3 @@ MD5 (mod_macro-1.1.6.tar.gz) = 1aff21ddb58579a2865a5bc16c622928 +SHA256 (mod_macro-1.1.6.tar.gz) = 5865368246970e5345bfddc2d0b333a5450fe749065766352a42676b60adf1b3 SIZE (mod_macro-1.1.6.tar.gz) = 13396 |