summaryrefslogtreecommitdiff
path: root/net
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 /net
parentFix pure by removing the useless pre.mk/post.mk dancing (diff)
Fix PORTSDIR not already defined by using relative path
Notes
Notes: svn path=/head/; revision=322734
Diffstat (limited to 'net')
-rw-r--r--net/pure-sockets/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pure-sockets/Makefile b/net/pure-sockets/Makefile
index 562641d28743..91988959d33c 100644
--- a/net/pure-sockets/Makefile
+++ b/net/pure-sockets/Makefile
@@ -13,5 +13,5 @@ USE_PURE= yes
PLIST_FILES= lib/pure/sockets.pure \
lib/pure/sockets.so
-.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
+.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
.include <bsd.port.mk>