diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-12 15:12:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-12 15:12:00 +0000 |
commit | 28928b65a38f67f5ec4e5da498d66ce9d16205c1 (patch) | |
tree | d2b80672316de01fca12907fb432a1d587350fae /misc | |
parent | 696a3dd43d116d1f158b5202853412b30a354dd2 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | misc/celestia/Makefile | 3 | ||||
-rw-r--r-- | misc/celestia/Makefile.common | 4 |
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" |