diff options
author | wiz <wiz> | 2008-09-06 13:00:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-09-06 13:00:31 +0000 |
commit | 822b08ee504379f58dbb41672d894a025b594b37 (patch) | |
tree | 3b090b19dc9bca0a8e79cfefbe40bd7bec1f4709 | |
parent | c9b617d23ad3ca53f8bdcafea2677e1238b6fc26 (diff) | |
download | pkgsrc-822b08ee504379f58dbb41672d894a025b594b37.tar.gz |
Reorder two unexec lines so they make more sense.
PKGREVISION++
-rw-r--r-- | graphics/MesaLib/Makefile | 4 | ||||
-rw-r--r-- | graphics/MesaLib/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index e9cc0f2f46f..90d65ebf9db 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -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 --git a/graphics/MesaLib/PLIST b/graphics/MesaLib/PLIST index b3e40389925..7afe2148440 100644 --- a/graphics/MesaLib/PLIST +++ b/graphics/MesaLib/PLIST @@ -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 @@ ${PLIST.dri}lib/dri/unichrome_dri.la lib/pkgconfig/gl.pc lib/pkgconfig/glw.pc ${PLIST.dri}@dirrm lib/dri -@unexec ${RMDIR} %D/include/GL 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/include/GL/internal 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/include/GL 2>/dev/null || ${TRUE} |