From 984edc33c6b1830f6e322de9892466e0b2c8cde1 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 15:46:33 +0000 Subject: 'You can use "foo" instead of "${WRKSRC}/foo".' --- audio/libao-macosx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/libao-macosx') diff --git a/audio/libao-macosx/Makefile b/audio/libao-macosx/Makefile index ce77e2e5f3f..713c2f30fca 100644 --- a/audio/libao-macosx/Makefile +++ b/audio/libao-macosx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/11/30 17:50:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -9,8 +9,8 @@ COMMENT+= (MacOS X plugin) ONLY_FOR_PLATFORM+= Darwin-*-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_MACOSX=no/ENABLE_MACOSX=yes/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/macosx -INSTALL_DIRS= ${WRKSRC}/src/plugins/macosx +BUILD_DIRS= src/plugins/macosx +INSTALL_DIRS= src/plugins/macosx BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1 -- cgit v1.2.3