pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmmsctrl bl3 includes belong at the end right be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21b4526f11db
branches:  trunk
changeset: 476554:21b4526f11db
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Jun 14 00:58:44 2004 +0000

description:
bl3 includes belong at the end right before bsd.pkg.mk.

diffstat:

 audio/xmmsctrl/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5ae32189844b -r 21b4526f11db audio/xmmsctrl/Makefile
--- a/audio/xmmsctrl/Makefile   Mon Jun 14 00:46:38 2004 +0000
+++ b/audio/xmmsctrl/Makefile   Mon Jun 14 00:58:44 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index