diff options
author | minskim <minskim> | 2005-06-07 05:10:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-06-07 05:10:50 +0000 |
commit | f2ffb02621579ea7863e91608f8179ace5a5c337 (patch) | |
tree | db285b62388fff288a0ebb60d2284e02fe71c8df /games | |
parent | 65c1a0d861be24c31e67ec27a1875ffab857ac87 (diff) | |
download | pkgsrc-f2ffb02621579ea7863e91608f8179ace5a5c337.tar.gz |
Set correct OSTYPE, which is used in Makefile.
Diffstat (limited to 'games')
-rw-r--r-- | games/nighthawk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index a478667ce9e..f85da431d32 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/nighthawk USE_TOOLS+= gmake USE_LANGUAGES= c c++ +MAKE_ENV+= OSTYPE=${OPSYS} + post-build: cd ${WRKSRC}/src_sound && \ ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} nighthawk_sound |