diff options
author | rodent <rodent> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 15:46:33 +0000 |
commit | 78d3f76c7e0fe84a3c74616f6802749d7cf8edc9 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /audio/libao-arts | |
parent | 8a6c7457c8e9ad03679dc4a0c372f4b4d52fe132 (diff) | |
download | pkgsrc-78d3f76c7e0fe84a3c74616f6802749d7cf8edc9.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'audio/libao-arts')
-rw-r--r-- | audio/libao-arts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libao-arts/Makefile b/audio/libao-arts/Makefile index b2644cc1b9a..58f2c07c3b0 100644 --- a/audio/libao-arts/Makefile +++ b/audio/libao-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/02/09 22:11:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -8,8 +8,8 @@ PKGREVISION= 6 COMMENT+= (arts plugin) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-arts/enable-arts/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/arts -INSTALL_DIRS= ${WRKSRC}/src/plugins/arts +BUILD_DIRS= src/plugins/arts +INSTALL_DIRS= src/plugins/arts _LIBAO_BUILDING_PLUGIN= yes |