diff options
author | grant <grant@pkgsrc.org> | 2004-05-17 11:21:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-17 11:21:10 +0000 |
commit | b57b95888b45617e0ca2986d3755ef67b404a20f (patch) | |
tree | 2b89e0e062a7f9a3a98765cf19ba223fa309d674 /mail/pine | |
parent | a2bc232d07a1f2bbfa9228614a200ca3702b87ce (diff) | |
download | pkgsrc-b57b95888b45617e0ca2986d3755ef67b404a20f.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/pine')
-rw-r--r-- | mail/pine/Makefile | 4 |
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} \ |