pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/nighthawk Set correct OSTYPE, which is used in M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a13858d2b97
branches:  trunk
changeset: 495346:2a13858d2b97
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Jun 07 05:10:50 2005 +0000

description:
Set correct OSTYPE, which is used in Makefile.

diffstat:

 games/nighthawk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6f3de979893f -r 2a13858d2b97 games/nighthawk/Makefile
--- a/games/nighthawk/Makefile  Tue Jun 07 05:00:19 2005 +0000
+++ b/games/nighthawk/Makefile  Tue Jun 07 05:10:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/06/01 18:02:51 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2005/06/07 05:10:50 minskim Exp $
 #
 
 DISTNAME=              nighthawk-2.1
@@ -18,6 +18,8 @@
 USE_TOOLS+=            gmake
 USE_LANGUAGES=         c c++
 
+MAKE_ENV+=             OSTYPE=${OPSYS}
+
 post-build:
        cd ${WRKSRC}/src_sound && \
                ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} nighthawk_sound



Home | Main Index | Thread Index | Old Index