aboutsummaryrefslogtreecommitdiffstats
path: root/math/pure-rational
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-11 05:28:56 +0800
committerbapt <bapt@FreeBSD.org>2013-07-11 05:28:56 +0800
commit89fa4b30769741751f355514c3275dfa94011df4 (patch)
tree54a54dca395db82704b22a4ff9ba1391e9b102c6 /math/pure-rational
parent89f391bff5b2a0c7accd7eeb2e0e2949354200b4 (diff)
downloadfreebsd-ports-gnome-89fa4b30769741751f355514c3275dfa94011df4.tar.gz
freebsd-ports-gnome-89fa4b30769741751f355514c3275dfa94011df4.tar.zst
freebsd-ports-gnome-89fa4b30769741751f355514c3275dfa94011df4.zip
Fix PORTSDIR not already defined by using relative path
Diffstat (limited to 'math/pure-rational')
-rw-r--r--math/pure-rational/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pure-rational/Makefile b/math/pure-rational/Makefile
index bc0ea1098cbf..cbc2a3cc7d44 100644
--- a/math/pure-rational/Makefile
+++ b/math/pure-rational/Makefile
@@ -17,5 +17,5 @@ NO_PURE_EXAMPLES= yes
PLIST_FILES= lib/pure/rational.pure \
lib/pure/rat_interval.pure
-.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
+.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
.include <bsd.port.mk>