diff options
Diffstat (limited to 'audio/xmmsctrl/Makefile')
-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" |