pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xplanet Let this package pass work-directory refer...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/407258ae99e5
branches:  trunk
changeset: 520759:407258ae99e5
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Oct 28 14:20:20 2006 +0000

description:
Let this package pass work-directory references check: use
"/usr/bin/env perl" as interpreter for $PREFIX/share/xplanet/scripts/*.perl
scripts.

diffstat:

 x11/xplanet/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c43946621178 -r 407258ae99e5 x11/xplanet/Makefile
--- a/x11/xplanet/Makefile      Sat Oct 28 11:49:52 2006 +0000
+++ b/x11/xplanet/Makefile      Sat Oct 28 14:20:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2006/09/20 18:23:48 xtraeme Exp $
+# $NetBSD: Makefile,v 1.34 2006/10/28 14:20:20 seb Exp $
 
 DISTNAME=      xplanet-1.2.0
 PKGREVISION=   3
@@ -12,6 +12,8 @@
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
+CONFIGURE_ENV+=                PERL=${_ENV_PERL:Q}
+_ENV_PERL=             ${TOOLS_SETENV} perl
 
 # directory creation should be fixed in the future release of xplanet
 pre-install:



Home | Main Index | Thread Index | Old Index