summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authortv <tv>2004-10-13 18:00:08 +0000
committertv <tv>2004-10-13 18:00:08 +0000
commit4c0d034567cd9a43863deb73c09a1ff75a5ee161 (patch)
tree314658a09bf8aa73e9f9d9df4aea6960ec191df9 /graphics/Mesa
parent01e66067ed4b7bc8bc176da4ecd96fdfb02db50f (diff)
downloadpkgsrc-4c0d034567cd9a43863deb73c09a1ff75a5ee161.tar.gz
INSTALL_DATA -> INSTALL_LIB.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile.common4
1 files changed, 2 insertions, 2 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