pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Pari This build process is just plain evi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a86bdea385b1
branches:  trunk
changeset: 523288:a86bdea385b1
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Jan 05 13:41:21 2007 +0000

description:
This build process is just plain evil.  In any case, don't throw away a
failure code with ';' in a chain of shell commands; use '&&' instead.

diffstat:

 math/p5-Math-Pari/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6b4a33a061b6 -r a86bdea385b1 math/p5-Math-Pari/Makefile
--- a/math/p5-Math-Pari/Makefile        Fri Jan 05 13:26:45 2007 +0000
+++ b/math/p5-Math-Pari/Makefile        Fri Jan 05 13:41:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/03/04 21:30:06 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2007/01/05 13:41:21 tv Exp $
 #
 
 DISTNAME=              Math-Pari-2.010703
@@ -24,7 +24,7 @@
        cd ${PKGSRCDIR.pari} && ${MAKE} show-var VARNAME=WRKSRC
 
 post-extract:
-       cd ${PKGSRCDIR.pari:Q} && ${MAKE} configure;            \
+       cd ${PKGSRCDIR.pari:Q} && ${MAKE} configure &&          \
        ${RM} -f ${WRKSRC}/pari-*
        ${LN} -sf ${WRKSRC.pari_cmd:sh:Q} ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index