diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-06 12:59:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-06 12:59:58 +0000 |
commit | a165707ee2d7e489e09bc278d352a151de127675 (patch) | |
tree | d1243917a83a903d5643773fa1fb12fa90140847 /x11/glproto/PLIST | |
parent | a7e45398a54f23125bd52b1846da1aaca59f1b10 (diff) | |
download | pkgsrc-a165707ee2d7e489e09bc278d352a151de127675.tar.gz |
include/GL/internal can also contain files by MesaLib, which is not
always depending on glproto, so just try removing that directory.
Bump PKGREVISION.
Diffstat (limited to 'x11/glproto/PLIST')
-rw-r--r-- | x11/glproto/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/glproto/PLIST b/x11/glproto/PLIST index 254b33b6f0c..a3bfda3d12f 100644 --- a/x11/glproto/PLIST +++ b/x11/glproto/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/14 13:30:57 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/09/06 12:59:58 wiz Exp $ include/GL/glxint.h include/GL/glxmd.h include/GL/glxproto.h include/GL/glxtokens.h include/GL/internal/glcore.h lib/pkgconfig/glproto.pc -@dirrm include/GL/internal +@unexec ${RMDIR} %D/include/GL/internal 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE} |