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 | 51b8cad5d6e5bdae08d4583d98bbb1c4fee00134 (patch) | |
tree | a94fe30f0135a5879ea3a038d71c50f9c5c3aeb7 /audio/xmmsctrl/Makefile | |
parent | 4d90466d3f4b52e105dc047a9420447ca984b7a4 (diff) | |
download | pkgsrc-51b8cad5d6e5bdae08d4583d98bbb1c4fee00134.tar.gz |
bl3 includes belong at the end right before bsd.pkg.mk.
Diffstat (limited to 'audio/xmmsctrl/Makefile')
-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" |