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 Adjust horrible, cludgy hack to not ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/76b75a0039fd
branches: trunk
changeset: 506088:76b75a0039fd
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Jan 11 19:36:59 2006 +0000
description:
Adjust horrible, cludgy hack to not break when WRKDIR is outside the
pkgsrc tree.
diffstat:
math/p5-Math-Pari/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9838e7128206 -r 76b75a0039fd math/p5-Math-Pari/Makefile
--- a/math/p5-Math-Pari/Makefile Wed Jan 11 19:02:06 2006 +0000
+++ b/math/p5-Math-Pari/Makefile Wed Jan 11 19:36:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/12/05 20:50:37 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2006/01/11 19:36:59 joerg Exp $
#
DISTNAME= Math-Pari-2.010501
@@ -26,7 +26,7 @@
cd ${PKGSRCDIR}/math/pari && ${MAKE} configure; \
fi
${RM} -f ${WRKSRC}/pari-*
- ${LN} -sf ${PKGSRCDIR}/math/pari/${WRKDIR_BASENAME}/pari-* ${WRKSRC}/
+ ${LN} -sf ${WRKSRC}/../../../../math/pari/${WRKDIR_BASENAME}/pari-* ${WRKSRC}/
pre-clean:
cd ${PKGSRCDIR}/math/pari && ${MAKE} clean
Home |
Main Index |
Thread Index |
Old Index