From 78d3f76c7e0fe84a3c74616f6802749d7cf8edc9 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-oss/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/libao-oss') diff --git a/audio/libao-oss/Makefile b/audio/libao-oss/Makefile index a16decb7918..fcf48ab77d9 100644 --- a/audio/libao-oss/Makefile +++ b/audio/libao-oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/01/11 18:06:22 hans Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 15:46:34 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -9,8 +9,8 @@ COMMENT+= (OSS plugin) NOT_FOR_PLATFORM+= Darwin-*-* Interix-*-* SunOS-5.[0-9]-* SunOS-5.10-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_OSS=no/ENABLE_OSS=yes/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/oss -INSTALL_DIRS= ${WRKSRC}/src/plugins/oss +BUILD_DIRS= src/plugins/oss +INSTALL_DIRS= src/plugins/oss SUBST_CLASSES+= oss SUBST_MESSAGE.oss= Fixing paths to OSS devices. -- cgit v1.2.3