aboutsummaryrefslogtreecommitdiff
path: root/www/mod_tidy/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-12-04 20:32:58 +0000
committerClement Laforet <clement@FreeBSD.org>2005-12-04 20:32:58 +0000
commit5c7c66618aa91843610f692205ebe4a72c5710eb (patch)
tree6f0dcc1744fc646b39519aee5e5de0b066925960 /www/mod_tidy/Makefile
parent64856e2e08955d381ac33c7ab551998dbc208b4a (diff)
- Convert to new USE_APACHE
- Add SHA256
Notes
Notes: svn path=/head/; revision=150404
Diffstat (limited to 'www/mod_tidy/Makefile')
-rw-r--r--www/mod_tidy/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_tidy/Makefile b/www/mod_tidy/Makefile
index 31dffb9063f5..5597e8b93b16 100644
--- a/www/mod_tidy/Makefile
+++ b/www/mod_tidy/Makefile
@@ -17,7 +17,7 @@ COMMENT= Validates the HTML output of your apache2 webserver
LIB_DEPENDS= tidy:${PORTSDIR}/www/tidy-lib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
-WANT_APACHE= 2
+USE_APACHE= 20
AP_FAST_BUILD= YES
AP_GENPLIST= YES
AP_INC+= ${LOCALBASE}/include/tidy
@@ -25,11 +25,8 @@ AP_LIB+= ${LOCALBASE}/lib -ltidy
PLIST_FILES= ${DOCSDIR:S/${PREFIX}\///}/LICENSE
PLIST_DIRS= ${DOCSDIR:S/${PREFIX}\///}
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
-
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../LICENSE ${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>