diff options
author | grant <grant@pkgsrc.org> | 2004-06-14 00:58:44 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-14 00:58:44 +0000 |
commit | e9635507d7a100ad9560e3be5fbb654f78342019 (patch) | |
tree | a94fe30f0135a5879ea3a038d71c50f9c5c3aeb7 /audio/xmmsctrl | |
parent | c890336094e7f8b2c345e1d7107649a57778f19a (diff) | |
download | pkgsrc-e9635507d7a100ad9560e3be5fbb654f78342019.tar.gz |
bl3 includes belong at the end right before bsd.pkg.mk.
Diffstat (limited to 'audio/xmmsctrl')
-rw-r--r-- | audio/xmmsctrl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/xmmsctrl/Makefile b/audio/xmmsctrl/Makefile index 9d365efe2e9..00d46c272c9 100644 --- a/audio/xmmsctrl/Makefile +++ b/audio/xmmsctrl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/09 04:42:46 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/14 00:58:44 grant Exp $ # DISTNAME= xmmsctrl-1.6 @@ -12,9 +12,8 @@ COMMENT= Small utility to control xmms from the command line USE_BUILDLINK3= YES USE_GNU_TOOLS+= make -.include "../../audio/xmms/buildlink3.mk" - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmmsctrl ${PREFIX}/bin +.include "../../audio/xmms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |