diff options
author | tv <tv@pkgsrc.org> | 2004-10-13 18:00:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-13 18:00:08 +0000 |
commit | cb1bc94217b91b879789eccd5e58e108b78b3b5a (patch) | |
tree | 314658a09bf8aa73e9f9d9df4aea6960ec191df9 /graphics | |
parent | 7f3683f1ed25e986986c070f1bd7d505fa26b432 (diff) | |
download | pkgsrc-cb1bc94217b91b879789eccd5e58e108b78b3b5a.tar.gz |
INSTALL_DATA -> INSTALL_LIB.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Mesa/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/MesaDemos/Makefile | 4 | ||||
-rw-r--r-- | graphics/MesaLib/Makefile | 4 | ||||
-rw-r--r-- | graphics/glu/Makefile | 4 | ||||
-rw-r--r-- | 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]* |