pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/renderproto The shell code to symlink the pkg-conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a925361c15d0
branches:  trunk
changeset: 516509:a925361c15d0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jul 22 04:51:29 2006 +0000

description:
The shell code to symlink the pkg-config file is hidden as usual.

diffstat:

 x11/renderproto/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 888a0546b025 -r a925361c15d0 x11/renderproto/builtin.mk
--- a/x11/renderproto/builtin.mk        Sat Jul 22 04:46:13 2006 +0000
+++ b/x11/renderproto/builtin.mk        Sat Jul 22 04:51:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2006/06/16 14:35:54 rillig Exp $
+# $NetBSD: builtin.mk,v 1.4 2006/07/22 04:51:29 rillig Exp $
 
 BUILTIN_PKG:=  renderproto
 
@@ -94,7 +94,7 @@
 
 .PHONY: render-symlink-pc
 render-symlink-pc:
-       set -e;                                                         \
+       ${_PKG_SILENT}${_PKG_DEBUG} set -e;                             \
        src=${BUILDLINK_PREFIX.renderproto}/lib/pkgconfig/renderproto.pc; \
        dst=${BUILDLINK_DIR}/lib/pkgconfig/render.pc;                   \
        ${MKDIR} ${BUILDLINK_DIR}/lib/pkgconfig;                        \



Home | Main Index | Thread Index | Old Index