pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/Mesa Install the lib directory before install...
details: https://anonhg.NetBSD.org/pkgsrc/rev/377d5c9c99cb
branches: trunk
changeset: 467893:377d5c9c99cb
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Feb 07 23:00:14 2004 +0000
description:
Install the lib directory before installing files into it.
Approved by jlam@.
diffstat:
graphics/Mesa/Makefile.common | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r eed81d38af44 -r 377d5c9c99cb graphics/Mesa/Makefile.common
--- a/graphics/Mesa/Makefile.common Sat Feb 07 22:46:04 2004 +0000
+++ b/graphics/Mesa/Makefile.common Sat Feb 07 23:00:14 2004 +0000
@@ -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 @@
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 ; \
Home |
Main Index |
Thread Index |
Old Index