diff options
author | seb <seb> | 2006-10-28 14:20:20 +0000 |
---|---|---|
committer | seb <seb> | 2006-10-28 14:20:20 +0000 |
commit | 261d9b52eccc5808173370dca463ea3b74a8ff6c (patch) | |
tree | c69428c9da512c42479a932b60c0fce0e0829bfa /x11 | |
parent | 33a4780bfa6e0a68da74277caaa304be6c118e39 (diff) | |
download | pkgsrc-261d9b52eccc5808173370dca463ea3b74a8ff6c.tar.gz |
Let this package pass work-directory references check: use
"/usr/bin/env perl" as interpreter for $PREFIX/share/xplanet/scripts/*.perl
scripts.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xplanet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index 95fda01feb4..e23a6986663 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -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 @@ COMMENT= Rotating rendered map of the Earth in X11 root window 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: |