pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/Mesa Be less verbose at pre-install.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed150c98e3df
branches:  trunk
changeset: 468159:ed150c98e3df
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Feb 10 23:31:27 2004 +0000

description:
Be less verbose at pre-install.

diffstat:

 graphics/Mesa/Makefile.common |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 6b075e38ca48 -r ed150c98e3df graphics/Mesa/Makefile.common
--- a/graphics/Mesa/Makefile.common     Tue Feb 10 23:25:19 2004 +0000
+++ b/graphics/Mesa/Makefile.common     Tue Feb 10 23:31:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2004/02/10 23:23:02 jlam Exp $
+# $NetBSD: Makefile.common,v 1.27 2004/02/10 23:31:27 jlam Exp $
 #
 
 DISTNAME=      MesaLib-${MESA_VERSION}
@@ -27,6 +27,10 @@
 INSTALLATION_DIRS+=    lib
 
 pre-install:
-       for lib in ${INSTLIBS}; do      \
-           ${LIBTOOL} --mode=install ${INSTALL_DATA} $${lib} ${PREFIX}/lib ; \
-       done;
+       @if [ -n "${INSTLIBS}" ]; then                                  \
+               ${ECHO_MSG} "Installing libraries.";                    \
+               for lib in ${INSTLIBS}; do                              \
+                       ${LIBTOOL} --mode=install ${INSTALL_DATA}       \
+                               $${lib} ${PREFIX}/lib;                  \
+               done;                                                   \
+       fi



Home | Main Index | Thread Index | Old Index