summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-17 11:29:34 +0000
committergrant <grant@pkgsrc.org>2004-05-17 11:29:34 +0000
commit3b675ac59e7c3a71a72fe6ccce1ee5b3f0a0c79f (patch)
tree44dd46668bcaa95c865617fb3a311eb395d6ae4c /editors
parent081fa1d06efc069663611ebe693357a79bb6b995 (diff)
downloadpkgsrc-3b675ac59e7c3a71a72fe6ccce1ee5b3f0a0c79f.tar.gz
quieten the start of the build, we don't need to see all of MAKE_ENV
being set.
Diffstat (limited to 'editors')
-rw-r--r--editors/pico/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index ff30eca611b..3ac56d7dc95 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2004/05/17 11:28:26 grant Exp $
+# $NetBSD: Makefile,v 1.55 2004/05/17 11:29:34 grant Exp $
DISTNAME= pine4.60
PKGNAME= pico-4.7
@@ -32,7 +32,7 @@ BUILDNAME= neb
MAKE_ENV+= _STRIPFLAG_INSTALL= # debug...
do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build ${BUILDNAME} \
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build ${BUILDNAME} \
CC="${LIBTOOL} ${CC}" \
PREFIX=${PREFIX} OPTIMIZE="${CFLAGS}" \
EXTRALDFLAGS="${LIBS}"