summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-07 23:00:14 +0000
committerminskim <minskim@pkgsrc.org>2004-02-07 23:00:14 +0000
commit03b0f07860d8b81ef783906de2b1bfb0dcfc5991 (patch)
treef7d19984eadc91aeaa23ba541d8e298c181060a6
parent78cbb9a914093e7d755d5de9d7a526d7d668ee4a (diff)
downloadpkgsrc-03b0f07860d8b81ef783906de2b1bfb0dcfc5991.tar.gz
Install the lib directory before installing files into it.
Approved by jlam@.
-rw-r--r--graphics/Mesa/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common
index 2d418c77b66..623a2f364bc 100644
--- a/graphics/Mesa/Makefile.common
+++ b/graphics/Mesa/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2004/02/07 19:25:27 minskim Exp $
+# $NetBSD: Makefile.common,v 1.25 2004/02/07 23:00:14 minskim Exp $
#
DISTNAME= MesaLib-${MESA_VERSION}
@@ -23,6 +23,8 @@ DIST_SUBDIR= Mesa-${MESA_VERSION}
PATCHDIR?= ${.CURDIR}/../../graphics/MesaLib/patches
DISTINFO_FILE?= ${.CURDIR}/../../graphics/MesaLib/distinfo
+INSTALLATION_DIRS+= lib
+
pre-install:
for lib in ${INSTLIBS}; do \
${LIBTOOL} --mode=install ${INSTALL_DATA} $${lib} ${PREFIX}/lib ; \