pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Fix PLIST for case-insensitive filesystems.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c014bd206fd
branches:  trunk
changeset: 524236:9c014bd206fd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jan 21 17:05:55 2007 +0000

description:
Fix PLIST for case-insensitive filesystems.

diffstat:

 devel/doxygen/PLIST |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r b6f015179519 -r 9c014bd206fd devel/doxygen/PLIST
--- a/devel/doxygen/PLIST       Sun Jan 21 16:53:35 2007 +0000
+++ b/devel/doxygen/PLIST       Sun Jan 21 17:05:55 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2007/01/20 14:26:58 joerg Exp $
+@comment $NetBSD: PLIST,v 1.15 2007/01/21 17:05:55 minskim Exp $
 bin/doxygen
 bin/doxytag
 man/man1/doxygen.1
@@ -380,8 +380,10 @@
 share/doc/doxygen/examples/pyexample.cfg
 share/doc/doxygen/examples/pyexample.py
 share/doc/doxygen/examples/pyexample/html/annotated.html
-share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html
-share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html
+${CASESENSITIVE}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html
+${CASEINSENSITIVE}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html
+${CASESENSITIVE}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html
+${CASEINSENSITIVE}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html
 share/doc/doxygen/examples/pyexample/html/doxygen.css
 share/doc/doxygen/examples/pyexample/html/doxygen.png
 share/doc/doxygen/examples/pyexample/html/functions.html



Home | Main Index | Thread Index | Old Index