diff options
Diffstat (limited to 'misc/celestia')
-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" |