aboutsummaryrefslogtreecommitdiff
path: root/math/pure-mpfr
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 21:28:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 21:28:56 +0000
commit0a830cfcd072d6911c084cd78350762d1d9f5b68 (patch)
tree54a54dca395db82704b22a4ff9ba1391e9b102c6 /math/pure-mpfr
parentf83b34b741cf3b63a8bd069695a3716c61e941d5 (diff)
downloadports-0a830cfcd072d6911c084cd78350762d1d9f5b68.tar.gz
ports-0a830cfcd072d6911c084cd78350762d1d9f5b68.zip
Fix PORTSDIR not already defined by using relative path
Notes
Notes: svn path=/head/; revision=322734
Diffstat (limited to 'math/pure-mpfr')
-rw-r--r--math/pure-mpfr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pure-mpfr/Makefile b/math/pure-mpfr/Makefile
index c90f7b29b662..2770f416f0f6 100644
--- a/math/pure-mpfr/Makefile
+++ b/math/pure-mpfr/Makefile
@@ -15,5 +15,5 @@ PLIST_FILES= lib/pure/mpfr.pure \
MAKE_ARGS+= libdir="${PREFIX}/lib"
-.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
+.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
.include <bsd.port.mk>