From f83614bde6f93d8928822f0607c532c8e09f3210 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 13 Oct 2004 18:00:08 +0000 Subject: INSTALL_DATA -> INSTALL_LIB. --- graphics/Mesa/Makefile.common | 4 ++-- graphics/MesaDemos/Makefile | 4 ++-- graphics/MesaLib/Makefile | 4 ++-- graphics/glu/Makefile | 4 ++-- graphics/glut/Makefile | 4 ++-- 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]* -- cgit v1.2.3