summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant>2004-05-17 11:21:10 +0000
committergrant <grant>2004-05-17 11:21:10 +0000
commit7ee102740f2a37607d2428ad674f0862c5c07de1 (patch)
tree2b89e0e062a7f9a3a98765cf19ba223fa309d674 /mail
parent6c32cab43d1ca70ff57925b4f62d43cbf3655693 (diff)
downloadpkgsrc-7ee102740f2a37607d2428ad674f0862c5c07de1.tar.gz
_ULIMIT_CMD ends in ';' so no && needed between ${_ULIMIT_CMD} and
${SETENV}. XXX should _ULIMIT_CMD even be being used here?
Diffstat (limited to 'mail')
-rw-r--r--mail/pine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile
index 7a8f09d9547..54029fed020 100644
--- a/mail/pine/Makefile
+++ b/mail/pine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2004/05/17 11:02:45 grant Exp $
+# $NetBSD: Makefile,v 1.92 2004/05/17 11:21:10 grant Exp $
DISTNAME= pine4.60
PKGNAME= pine-4.60
@@ -60,7 +60,7 @@ do-configure:
@${LN} -sf ${BUILDLINK_DIR}/include/pico ${WRKSRC}/pico
do-build:
- cd ${WRKSRC} && ${_ULIMIT_CMD} && \
+ cd ${WRKSRC} && ${_ULIMIT_CMD} \
${SETENV} ${MAKE_ENV} ./build ${BUILDNAME} \
${LDAPCFLAGS} ${LDAPLIBS} \
PREFIX=${PREFIX} \