pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/powermanga Pass WRKSRC=${WRKSRC} to MAKE_ENV. T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/005bb95d8b96
branches:  trunk
changeset: 495512:005bb95d8b96
user:      hira <hira%pkgsrc.org@localhost>
date:      Sun Jun 12 08:41:56 2005 +0000

description:
Pass WRKSRC=${WRKSRC} to MAKE_ENV.  This fixes PR pkg/30076.

diffstat:

 games/powermanga/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 620a27179899 -r 005bb95d8b96 games/powermanga/Makefile
--- a/games/powermanga/Makefile Sun Jun 12 08:22:59 2005 +0000
+++ b/games/powermanga/Makefile Sun Jun 12 08:41:56 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/06/01 18:02:52 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/12 08:41:56 hira Exp $
 #
 
 DISTNAME=      powermanga-0.79
@@ -13,7 +13,7 @@
 GNU_CONFIGURE= yes
 
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
-MAKE_ENV+=     TOUCH=${TOUCH}
+MAKE_ENV+=     TOUCH=${TOUCH} WRKSRC=${WRKSRC}
 
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"



Home | Main Index | Thread Index | Old Index