diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 14:59:41 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 14:59:41 +0000 |
commit | d38b409f151c93f9b7f87712c187c308ae3f038a (patch) | |
tree | fe9639f8cf13726bc37f3101fc2ab6f5b3b21fa1 /www/apache20 | |
parent | 902bb9da01c9bdce5534ef7da1a9f2b4725b8cc2 (diff) | |
download | ports-d38b409f151c93f9b7f87712c187c308ae3f038a.tar.gz ports-d38b409f151c93f9b7f87712c187c308ae3f038a.zip |
Notes
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index c1a90522f89c..b5dc19e2b836 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -9,6 +9,7 @@ PORTNAME= apache PORTVERSION= 2.0.55 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITE_LOCAL:S/$/:powerlogo/} @@ -264,5 +265,8 @@ post-install: install-startup-script @${MKDIR} ${PREFIX}/etc/apache2/Includes @${ECHO_CMD} "" @${CAT} ${PKGMESSAGE} +.if !defined(NOPORTDOCS) + @[ -d ${DOCSDIR}/style/lang/ ] && ${TOUCH} ${DOCSDIR}/style/lang/.keepme +.endif .include <bsd.port.post.mk> |