diff options
author | mef <mef@pkgsrc.org> | 2012-07-13 07:23:42 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2012-07-13 07:23:42 +0000 |
commit | aacc29be68cce858559760c7bdf6654f4ceb3a10 (patch) | |
tree | 13dfc142424b4a4694f66517d1e77f275c21f1c4 | |
parent | 912d3572c3e1e93b2875e53866dc40f47a2b02bd (diff) | |
download | pkgsrc-aacc29be68cce858559760c7bdf6654f4ceb3a10.tar.gz |
Correction to previous version of PLIST.
PLIST.cs and PLIST.ci for case sensitive/insensitive switch
was not honoured (Mac OS X issue).
The related lines are really revert to revision 1.28.
No PKGREVISION bump required, already packaged one is not affected.
-rw-r--r-- | devel/doxygen/PLIST | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/devel/doxygen/PLIST b/devel/doxygen/PLIST index 887b6ad9683..507e416054b 100644 --- a/devel/doxygen/PLIST +++ b/devel/doxygen/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2012/07/03 11:31:35 mef Exp $ +@comment $NetBSD: PLIST,v 1.30 2012/07/13 07:23:42 mef Exp $ bin/doxygen man/man1/doxygen.1 ${PLIST.latex}share/doc/doxygen/doxygen_manual.pdf @@ -353,8 +353,10 @@ ${PLIST.latex}share/doc/doxygen/examples/docstring.py ${PLIST.latex}share/doc/doxygen/examples/docstring/html/annotated.html ${PLIST.latex}share/doc/doxygen/examples/docstring/html/bc_s.png ${PLIST.latex}share/doc/doxygen/examples/docstring/html/bdwn.png -${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html -${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html +${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html +${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html +${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html +${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html ${PLIST.latex}share/doc/doxygen/examples/docstring/html/classes.html ${PLIST.latex}share/doc/doxygen/examples/docstring/html/closed.png ${PLIST.latex}share/doc/doxygen/examples/docstring/html/docstring_8py.html @@ -978,8 +980,10 @@ ${PLIST.latex}share/doc/doxygen/examples/pyexample/html/annotated.html ${PLIST.latex}share/doc/doxygen/examples/pyexample/html/bc_s.png ${PLIST.latex}share/doc/doxygen/examples/pyexample/html/bdwn.png ${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classes.html -${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html -${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html +${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html +${PLIST.ci}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html +${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html +${PLIST.cs}${PLIST.latex}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html ${PLIST.latex}share/doc/doxygen/examples/pyexample/html/closed.png ${PLIST.latex}share/doc/doxygen/examples/pyexample/html/doxygen.css ${PLIST.latex}share/doc/doxygen/examples/pyexample/html/doxygen.png |