summaryrefslogtreecommitdiff
path: root/math/p5-Math-Pari
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-11 19:36:59 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-11 19:36:59 +0000
commit14d002a01237bab4a8282f71d8ff6a02dfa99d7e (patch)
tree721202f8b63825c4a37fa18fe76e01f0d70d3778 /math/p5-Math-Pari
parent7f2d633de208bcf68635918d9c531a4ce6386c82 (diff)
downloadpkgsrc-14d002a01237bab4a8282f71d8ff6a02dfa99d7e.tar.gz
Adjust horrible, cludgy hack to not break when WRKDIR is outside the
pkgsrc tree.
Diffstat (limited to 'math/p5-Math-Pari')
-rw-r--r--math/p5-Math-Pari/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile
index c28d2cd7efc..4a5815a8a90 100644
--- a/math/p5-Math-Pari/Makefile
+++ b/math/p5-Math-Pari/Makefile
@@ -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 @@ post-extract:
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