diff options
author | clement <clement@FreeBSD.org> | 2005-12-04 22:59:41 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-04 22:59:41 +0800 |
commit | d544ac857377ce80f4d55c9c01643696ad40a9a5 (patch) | |
tree | feab3aa4373d41198fe8134f91186395f66055cd /www/apache21/Makefile | |
parent | bc2d94c0dd15a10a7c86a87f4ed8e0d078f8efcf (diff) | |
download | freebsd-ports-gnome-d544ac857377ce80f4d55c9c01643696ad40a9a5.tar.gz freebsd-ports-gnome-d544ac857377ce80f4d55c9c01643696ad40a9a5.tar.zst freebsd-ports-gnome-d544ac857377ce80f4d55c9c01643696ad40a9a5.zip |
- Various package fixes
- Bump PORTREVISION
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 6 |
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> |