diff options
author | joerg <joerg> | 2006-01-11 19:36:59 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-11 19:36:59 +0000 |
commit | 8465dbe601d97edfc56d836e0d6ec7150628cf8d (patch) | |
tree | 721202f8b63825c4a37fa18fe76e01f0d70d3778 /math | |
parent | 3369c0942e45c955ded2dc0eaa02efabc286aae3 (diff) | |
download | pkgsrc-8465dbe601d97edfc56d836e0d6ec7150628cf8d.tar.gz |
Adjust horrible, cludgy hack to not break when WRKDIR is outside the
pkgsrc tree.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Pari/Makefile | 4 |
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 |