summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa/Makefile.common4
-rw-r--r--graphics/MesaDemos/Makefile4
-rw-r--r--graphics/MesaLib/Makefile4
-rw-r--r--graphics/glu/Makefile4
-rw-r--r--graphics/glut/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index b9e5b2b6159..ddbf7e2ca7a 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2004/04/09 13:05:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2004/10/13 18:00:08 tv Exp $
#
DISTNAME= MesaLib-${MESA_VERSION}
@@ -30,7 +30,7 @@ pre-install:
@if [ -n "${INSTLIBS}" ]; then \
${ECHO_MSG} "Installing libraries."; \
for lib in ${INSTLIBS}; do \
- ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ ${LIBTOOL} --mode=install ${INSTALL_LIB} \
$${lib} ${PREFIX}/lib; \
done; \
fi
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile
index 9e9c078b30e..c4d87ccea0d 100644
--- a/graphics/MesaDemos/Makefile
+++ b/graphics/MesaDemos/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/10/03 00:14:48 tv Exp $
+# $NetBSD: Makefile,v 1.19 2004/10/13 18:00:08 tv Exp $
PKGNAME= MesaDemos-${MESA_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= OpenGL examples and Demos
PATCHDIR= ${.CURDIR}/patches
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index 5503b08ad98..03368486989 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2004/10/03 00:14:48 tv Exp $
+# $NetBSD: Makefile,v 1.34 2004/10/13 18:00:08 tv Exp $
#
PKGNAME= MesaLib-${MESA_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Graphics library similar to SGI's OpenGL
.include "../../graphics/Mesa/Makefile.common"
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile
index 6a9dbe085eb..27ee3a59ba5 100644
--- a/graphics/glu/Makefile
+++ b/graphics/glu/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2004/10/07 16:36:47 tv Exp $
+# $NetBSD: Makefile,v 1.33 2004/10/13 18:00:08 tv Exp $
#
PKGNAME= ${DISTNAME:C/MesaLib/glu/}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= GLU polygon tessellation facility for Mesa
CONFLICTS+= Mesa-glx-[0-9]*
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile
index 30b9e92d432..94d9ae48fce 100644
--- a/graphics/glut/Makefile
+++ b/graphics/glut/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2004/10/03 00:14:51 tv Exp $
+# $NetBSD: Makefile,v 1.31 2004/10/13 18:00:08 tv Exp $
#
PKGNAME= ${DISTNAME:S/MesaLib/glut/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= GLUT Graphics library similar to SGI's OpenGL
CONFLICTS+= Mesa-glx-[0-9]*