pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/xchat Use "${PERL5}" variable instead of harding ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e2c7cb9d4b0
branches: trunk
changeset: 475730:5e2c7cb9d4b0
user: tron <tron%pkgsrc.org@localhost>
date: Mon May 24 13:13:09 2004 +0000
description:
Use "${PERL5}" variable instead of harding coding the path to the
Perl 5 binary.
diffstat:
chat/xchat/Makefile.common | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r aeb0ab771408 -r 5e2c7cb9d4b0 chat/xchat/Makefile.common
--- a/chat/xchat/Makefile.common Mon May 24 12:31:52 2004 +0000
+++ b/chat/xchat/Makefile.common Mon May 24 13:13:09 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2004/05/24 12:31:52 tron Exp $
+# $NetBSD: Makefile.common,v 1.31 2004/05/24 13:13:09 tron Exp $
DISTNAME= xchat-1.8.11
PKGREVISION= 8
@@ -30,8 +30,7 @@
BUILD_DEFS+= USE_INET6 USE_SOCKS
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= pythonpath=${PYTHONBIN} \
- ac_cv_path_perlpath=${LOCALBASE}/bin/perl
+CONFIGURE_ENV+= ac_cv_path_perlpath=${PERL5} pythonpath=${PYTHONBIN}
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index