pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache2 Make sure that the directory "share/httpd/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dcaac109168
branches:  trunk
changeset: 516811:5dcaac109168
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Jul 28 13:35:37 2006 +0000

description:
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:

 www/apache2/Makefile |  3 ++-
 www/apache2/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 550026db9ca2 -r 5dcaac109168 www/apache2/Makefile
--- a/www/apache2/Makefile      Fri Jul 28 13:05:24 2006 +0000
+++ b/www/apache2/Makefile      Fri Jul 28 13:35:37 2006 +0000
@@ -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 -r 550026db9ca2 -r 5dcaac109168 www/apache2/PLIST
--- a/www/apache2/PLIST Fri Jul 28 13:05:24 2006 +0000
+++ b/www/apache2/PLIST Fri Jul 28 13:35:37 2006 +0000
@@ -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.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



Home | Main Index | Thread Index | Old Index