pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Reorder two unexec lines so they make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d93842c308a
branches:  trunk
changeset: 546625:3d93842c308a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 06 13:00:31 2008 +0000

description:
Reorder two unexec lines so they make more sense.
PKGREVISION++

diffstat:

 graphics/MesaLib/Makefile |  4 ++--
 graphics/MesaLib/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 0ef901ba4aa8 -r 3d93842c308a graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Sat Sep 06 12:59:58 2008 +0000
+++ b/graphics/MesaLib/Makefile Sat Sep 06 13:00:31 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.71 2008/08/23 01:27:10 dsainty Exp $
+# $NetBSD: Makefile,v 1.72 2008/09/06 13:00:31 wiz Exp $
 
 PKGNAME=       MesaLib-${MESA_PKGVERSION}
 COMMENT=       Graphics library similar to SGI's OpenGL
-PKGREVISION=   1
+PKGREVISION=   2
 
 MESA_HEADERS=  gl.h gl_mangle.h glext.h glx.h glxext.h \
                glx_mangle.h osmesa.h xmesa.h xmesa_x.h \
diff -r 0ef901ba4aa8 -r 3d93842c308a graphics/MesaLib/PLIST
--- a/graphics/MesaLib/PLIST    Sat Sep 06 12:59:58 2008 +0000
+++ b/graphics/MesaLib/PLIST    Sat Sep 06 13:00:31 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2008/07/27 00:03:42 bjs Exp $
+@comment $NetBSD: PLIST,v 1.19 2008/09/06 13:00:31 wiz Exp $
 include/GL/GLwDrawA.h
 include/GL/GLwDrawAP.h
 include/GL/GLwMDrawA.h
@@ -34,5 +34,5 @@
 lib/pkgconfig/gl.pc
 lib/pkgconfig/glw.pc
 ${PLIST.dri}@dirrm lib/dri
+@unexec ${RMDIR} %D/include/GL/internal 2>/dev/null || ${TRUE}
 @unexec ${RMDIR} %D/include/GL 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/include/GL/internal 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index