aboutsummaryrefslogtreecommitdiff
path: root/www/apache21/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-12-04 14:59:41 +0000
committerClement Laforet <clement@FreeBSD.org>2005-12-04 14:59:41 +0000
commitd38b409f151c93f9b7f87712c187c308ae3f038a (patch)
treefe9639f8cf13726bc37f3101fc2ab6f5b3b21fa1 /www/apache21/Makefile
parent902bb9da01c9bdce5534ef7da1a9f2b4725b8cc2 (diff)
downloadports-d38b409f151c93f9b7f87712c187c308ae3f038a.tar.gz
ports-d38b409f151c93f9b7f87712c187c308ae3f038a.zip
Notes
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r--www/apache21/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile
index d9eb5b76a727..ed39993491b9 100644
--- a/www/apache21/Makefile
+++ b/www/apache21/Makefile
@@ -9,6 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.1.9
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \
${MASTER_SITE_LOCAL:S/%SUBDIR%/clement/}:powerlogo
@@ -230,6 +231,9 @@ install-startup-script:
post-install: install-startup-script
@${MKDIR} ${PREFIX}/etc/apache21/envvars.d
@${MKDIR} ${PREFIX}/etc/apache21/Includes
- @@${CAT} ${PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
+.if !defined(NOPORTDOCS)
+ @[ -d ${DOCSDIR}/style/lang/ ] && ${TOUCH} ${DOCSDIR}/style/lang/.keepme
+.endif
.include <bsd.port.post.mk>