From 0a830cfcd072d6911c084cd78350762d1d9f5b68 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 10 Jul 2013 21:28:56 +0000 Subject: Fix PORTSDIR not already defined by using relative path --- audio/pure-audio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') 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 -- cgit v1.2.3