pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/celestia Don't include bsd.pkg.mk in Makefile.com...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b103a6b5a03c
branches:  trunk
changeset: 483469:b103a6b5a03c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Nov 12 15:12:00 2004 +0000

description:
Don't include bsd.pkg.mk in Makefile.common.  Include it in the package
Makefiles themselves so we can more precisely control when it is included,
as well as avoiding including it multiple times by accident.  This fixes
the spewage in the bulk builds for misc/celestia-kde.

diffstat:

 misc/celestia/Makefile        |  3 ++-
 misc/celestia/Makefile.common |  4 +---
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r a3a24557a4ad -r b103a6b5a03c misc/celestia/Makefile
--- a/misc/celestia/Makefile    Fri Nov 12 14:41:47 2004 +0000
+++ b/misc/celestia/Makefile    Fri Nov 12 15:12:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/11/10 16:38:27 adam Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/12 15:12:00 jlam Exp $
 
 COMMENT=       Free real-time 3D space simulator
 
@@ -12,3 +12,4 @@
        ${INSTALL_DATA} ${WRKSRC}/celestia.cfg ${EGDIR}/celestia.cfg.default
 
 .include "../../misc/celestia/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r a3a24557a4ad -r b103a6b5a03c misc/celestia/Makefile.common
--- a/misc/celestia/Makefile.common     Fri Nov 12 14:41:47 2004 +0000
+++ b/misc/celestia/Makefile.common     Fri Nov 12 15:12:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2004/11/10 16:38:27 adam Exp $
+# $NetBSD: Makefile.common,v 1.9 2004/11/12 15:12:00 jlam Exp $
 
 DISTNAME=      celestia-${CELESTIA_VERS}
 CATEGORIES=    misc x11
@@ -38,5 +38,3 @@
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/lua/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index