summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-12 15:12:00 +0000
committerjlam <jlam>2004-11-12 15:12:00 +0000
commit3297574ffb6afecbb3414487b2e58edeb268976e (patch)
treed2b80672316de01fca12907fb432a1d587350fae /misc
parentd4907d1092667bdbc4600daca92051b009e81058 (diff)
downloadpkgsrc-3297574ffb6afecbb3414487b2e58edeb268976e.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')
-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"