summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgrant <grant>2004-05-17 11:29:34 +0000
committergrant <grant>2004-05-17 11:29:34 +0000
commitefa0b9cf6a5506ed4fb54bed5f0600f87e1c98be (patch)
tree44dd46668bcaa95c865617fb3a311eb395d6ae4c /editors
parent42de30592d9301d7cb15d22e94cb5fd47da3ea6a (diff)
downloadpkgsrc-efa0b9cf6a5506ed4fb54bed5f0600f87e1c98be.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}"