diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
commit | 984edc33c6b1830f6e322de9892466e0b2c8cde1 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /audio/libao-oss/Makefile | |
parent | 6b77282820994903707705d816ca5d7301c9fb22 (diff) | |
download | pkgsrc-984edc33c6b1830f6e322de9892466e0b2c8cde1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'audio/libao-oss/Makefile')
-rw-r--r-- | audio/libao-oss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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. |