pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/pine _ULIMIT_CMD ends in ';' so no && needed betw...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc62c626948f
branches: trunk
changeset: 475508:cc62c626948f
user: grant <grant%pkgsrc.org@localhost>
date: Mon May 17 11:21:10 2004 +0000
description:
_ULIMIT_CMD ends in ';' so no && needed between ${_ULIMIT_CMD} and
${SETENV}.
XXX should _ULIMIT_CMD even be being used here?
diffstat:
mail/pine/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fc55dcdde03b -r cc62c626948f mail/pine/Makefile
--- a/mail/pine/Makefile Mon May 17 11:11:30 2004 +0000
+++ b/mail/pine/Makefile Mon May 17 11:21:10 2004 +0000
@@ -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 @@
@${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} \
Home |
Main Index |
Thread Index |
Old Index