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/xmms-esound | |
parent | 6b77282820994903707705d816ca5d7301c9fb22 (diff) | |
download | pkgsrc-984edc33c6b1830f6e322de9892466e0b2c8cde1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'audio/xmms-esound')
-rw-r--r-- | audio/xmms-esound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmms-esound/Makefile b/audio/xmms-esound/Makefile index c84451d5d5d..81281c6f298 100644 --- a/audio/xmms-esound/Makefile +++ b/audio/xmms-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/02 23:48:15 asau Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:34 rodent Exp $ # .include "../../audio/xmms/Makefile.common" @@ -13,8 +13,8 @@ CONFLICTS+= xmms<=1.2.7nb8 BUILDLINK_API_DEPENDS.xmms+= xmms>=1.2.7nb9 -BUILD_DIRS= ${WRKSRC}/Output/esd -INSTALL_DIRS= ${WRKSRC}/Output/esd +BUILD_DIRS= Output/esd +INSTALL_DIRS= Output/esd USE_TOOLS+= pkg-config |