summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2010-02-14 21:44:27 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2010-02-14 21:44:27 +0800
commit4ccc658141022dae8f1a29f9b67c4503af15fea7 (patch)
treeebd9b3ee351382a8e21623c55465b85f6456b006 /x11
parent0f7278161c93b667523822c4c1d4316560ccfab6 (diff)
downloadxorg-devel-ports-4ccc658141022dae8f1a29f9b67c4503af15fea7.tar
xorg-devel-ports-4ccc658141022dae8f1a29f9b67c4503af15fea7.tar.gz
xorg-devel-ports-4ccc658141022dae8f1a29f9b67c4503af15fea7.tar.bz2
xorg-devel-ports-4ccc658141022dae8f1a29f9b67c4503af15fea7.tar.lz
xorg-devel-ports-4ccc658141022dae8f1a29f9b67c4503af15fea7.tar.xz
xorg-devel-ports-4ccc658141022dae8f1a29f9b67c4503af15fea7.tar.zst
xorg-devel-ports-4ccc658141022dae8f1a29f9b67c4503af15fea7.zip
- Fix plist use dirrmtry
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@50 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11')
-rw-r--r--x11/fixesproto/pkg-plist3
-rw-r--r--x11/inputproto/pkg-plist1
2 files changed, 3 insertions, 1 deletions
diff --git a/x11/fixesproto/pkg-plist b/x11/fixesproto/pkg-plist
index f3301d3..be82504 100644
--- a/x11/fixesproto/pkg-plist
+++ b/x11/fixesproto/pkg-plist
@@ -3,4 +3,5 @@ include/X11/extensions/xfixeswire.h
libdata/pkgconfig/fixesproto.pc
%%DOCSDIR%%/fixesproto.txt
@dirrm %%DOCSDIR%%
-@dirrm include/X11/extensions
+@dirrmtry include/X11/extensions
+
diff --git a/x11/inputproto/pkg-plist b/x11/inputproto/pkg-plist
index 8c89c02..8ed21c4 100644
--- a/x11/inputproto/pkg-plist
+++ b/x11/inputproto/pkg-plist
@@ -3,3 +3,4 @@ include/X11/extensions/XI2.h
include/X11/extensions/XI2proto.h
include/X11/extensions/XIproto.h
libdata/pkgconfig/inputproto.pc
+@dirrmtry include/X11/extensions \ No newline at end of file