diff options
author | tron <tron@pkgsrc.org> | 2006-07-28 13:35:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-07-28 13:35:37 +0000 |
commit | 8d75a0058878c603a146c2704aed601998b39db8 (patch) | |
tree | a264c22258a99ed6b77b3fd7a8c6304914c8c2db /www | |
parent | c032ea7bd841a88fe3a1b84cf0d28c78c6d1edaa (diff) | |
download | pkgsrc-8d75a0058878c603a146c2704aed601998b39db8.tar.gz |
Make sure that the directory "share/httpd/manual/style/lang" is created
when installing a binary package. Problem pointed out by Lubomir Sedlacik
in private e-mail.
Bump package revision because of this fix.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache2/Makefile | 3 | ||||
-rw-r--r-- | www/apache2/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 017fc3f9765..0c7c69cd9a4 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.103 2006/07/28 10:38:36 tron Exp $ +# $NetBSD: Makefile,v 1.104 2006/07/28 13:35:37 tron Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} +PKGREVISION= 1 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ diff --git a/www/apache2/PLIST b/www/apache2/PLIST index 4bddac45861..32664e21255 100644 --- a/www/apache2/PLIST +++ b/www/apache2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.33 2006/05/07 12:35:27 tron Exp $ +@comment $NetBSD: PLIST,v 1.34 2006/07/28 13:35:37 tron Exp $ include/httpd/ap_compat.h include/httpd/ap_config.h include/httpd/ap_config_auto.h @@ -949,6 +949,7 @@ share/httpd/manual/style/css/manual-zip-100pc.css share/httpd/manual/style/css/manual-zip.css share/httpd/manual/style/css/manual.css share/httpd/manual/style/faq.dtd +@exec ${MKDIR} %D/share/httpd/manual/style/lang share/httpd/manual/style/lang.dtd share/httpd/manual/style/latex/atbeginend.sty share/httpd/manual/style/latex/common.xsl |