summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2004-06-14 00:58:44 +0000
committergrant <grant>2004-06-14 00:58:44 +0000
commit54162d145bf548d628301a5ae2538dd757309e3e (patch)
treea94fe30f0135a5879ea3a038d71c50f9c5c3aeb7
parent88d03893a0ff8b8cef4d2ca0de31aa189ded851d (diff)
downloadpkgsrc-54162d145bf548d628301a5ae2538dd757309e3e.tar.gz
bl3 includes belong at the end right before bsd.pkg.mk.
-rw-r--r--audio/xmmsctrl/Makefile5
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"