diff options
author | minskim <minskim> | 2007-01-21 17:05:55 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-01-21 17:05:55 +0000 |
commit | caf575de0497f12980c192fe1442e01fba0dd3d3 (patch) | |
tree | c899a72825b5545880c8710d1be06d920ebab8b6 /devel/doxygen | |
parent | ea3a96c2294e6239c3bb9517966c5faf831f59cd (diff) | |
download | pkgsrc-caf575de0497f12980c192fe1442e01fba0dd3d3.tar.gz |
Fix PLIST for case-insensitive filesystems.
Diffstat (limited to 'devel/doxygen')
-rw-r--r-- | devel/doxygen/PLIST | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/doxygen/PLIST b/devel/doxygen/PLIST index 458446c1de1..fbcb47457cc 100644 --- a/devel/doxygen/PLIST +++ b/devel/doxygen/PLIST @@ -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/par/html/tabs.css 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 |