summaryrefslogtreecommitdiff
path: root/audio/xmmsctrl
diff options
context:
space:
mode:
authorgrant <grant>2004-06-14 01:09:05 +0000
committergrant <grant>2004-06-14 01:09:05 +0000
commitdc95542875463d615b7a354e89f0e83a9f8f2313 (patch)
tree2f0e4402c335bb0e509672b7bb0dae2b7509ca3c /audio/xmmsctrl
parent9a767e3052bb9da1564e13c833fb4558af72a3ee (diff)
downloadpkgsrc-dc95542875463d615b7a354e89f0e83a9f8f2313.tar.gz
revert last; thanks minskim.
Diffstat (limited to 'audio/xmmsctrl')
-rw-r--r--audio/xmmsctrl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xmmsctrl/Makefile b/audio/xmmsctrl/Makefile
index 00d46c272c9..157040c6547 100644
--- a/audio/xmmsctrl/Makefile
+++ b/audio/xmmsctrl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/06/14 00:58:44 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/14 01:09:05 grant Exp $
#
DISTNAME= xmmsctrl-1.6
@@ -12,8 +12,9 @@ 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"