[kde-freebsd] [PATCH] Need to use @dirrmtry instead of @dirrm for qt33/pkg-plist

Gerald Pfeifer gerald at pfeifer.com
Fri Aug 15 12:00:20 CEST 2008


cmake also installs its HTML documentation into the same directory
as qt, so we should not just use @dirrm which leads to warnings but
@dirrmtry.

Gerald @FreeBSD.org

Index: pkg-plist
===================================================================
RCS file: /sw/test/FreeBSD/CVSUP/ports/x11-toolkits/qt33/pkg-plist,v
retrieving revision 1.77
diff -u -3 -p -r1.77 pkg-plist
--- pkg-plist	21 Jan 2008 18:10:53 -0000	1.77
+++ pkg-plist	15 Aug 2008 09:56:42 -0000
@@ -2383,8 +2383,8 @@ translations/qt_zh-tw.qm
 @dirrm share/qt/templates
 @dirrm share/qt/phrasebooks
 @dirrmtry share/qt
- at dirrm share/doc/qt/html
- at dirrm share/doc/qt
+ at dirrmtry share/doc/qt/html
+ at dirrmtry share/doc/qt
 @dirrm lib/plugins/designer
 @dirrm lib/plugins
 @dirrm include/private


More information about the kde-freebsd mailing list