summaryrefslogtreecommitdiff
path: root/misc/celestia
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-12 15:12:00 +0000
committerjlam <jlam@pkgsrc.org>2004-11-12 15:12:00 +0000
commit28928b65a38f67f5ec4e5da498d66ce9d16205c1 (patch)
treed2b80672316de01fca12907fb432a1d587350fae /misc/celestia
parent696a3dd43d116d1f158b5202853412b30a354dd2 (diff)
downloadpkgsrc-28928b65a38f67f5ec4e5da498d66ce9d16205c1.tar.gz
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 (limited to 'misc/celestia')
-rw-r--r--misc/celestia/Makefile3
-rw-r--r--misc/celestia/Makefile.common4
2 files changed, 3 insertions, 4 deletions
diff --git a/misc/celestia/Makefile b/misc/celestia/Makefile
index a4453627af9..4180ceadbc4 100644
--- a/misc/celestia/Makefile
+++ b/misc/celestia/Makefile
@@ -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 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/celestia.cfg ${EGDIR}/celestia.cfg.default
.include "../../misc/celestia/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/celestia/Makefile.common b/misc/celestia/Makefile.common
index f83ab67c0db..3656268e10b 100644
--- a/misc/celestia/Makefile.common
+++ b/misc/celestia/Makefile.common
@@ -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 @@ CONFIGURE_ARGS+= --disable-threading
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"