aboutsummaryrefslogtreecommitdiff
path: root/audio
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 /audio
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 'audio')
-rw-r--r--audio/pure-audio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pure-audio/Makefile b/audio/pure-audio/Makefile
index 0703b5e24574..776daf7f1099 100644
--- a/audio/pure-audio/Makefile
+++ b/audio/pure-audio/Makefile
@@ -21,5 +21,5 @@ post-patch:
-e "s|portaudio.h|portaudio2/portaudio.h|g" \
${WRKSRC}/Makefile
-.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
+.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
.include <bsd.port.mk>