diff options
author | grant <grant> | 2004-06-14 01:09:05 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-14 01:09:05 +0000 |
commit | 47c8870b03dc76368fb34e1c230c4ba7ca62f9c6 (patch) | |
tree | 2f0e4402c335bb0e509672b7bb0dae2b7509ca3c /audio/xmmsctrl | |
parent | 54162d145bf548d628301a5ae2538dd757309e3e (diff) | |
download | pkgsrc-47c8870b03dc76368fb34e1c230c4ba7ca62f9c6.tar.gz |
revert last; thanks minskim.
Diffstat (limited to 'audio/xmmsctrl')
-rw-r--r-- | audio/xmmsctrl/Makefile | 5 |
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" |