pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5/files Remove duplicate PERL5 definition.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/564388811bff
branches:  trunk
changeset: 355824:564388811bff
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 12 16:08:00 2016 +0000

description:
Remove duplicate PERL5 definition.

This is already defined in mk/pkginstall/header.

diffstat:

 lang/perl5/files/install_threads.tmpl |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r dfbdff3641d7 -r 564388811bff lang/perl5/files/install_threads.tmpl
--- a/lang/perl5/files/install_threads.tmpl     Mon Dec 12 15:24:15 2016 +0000
+++ b/lang/perl5/files/install_threads.tmpl     Mon Dec 12 16:08:00 2016 +0000
@@ -1,10 +1,8 @@
-# $NetBSD: install_threads.tmpl,v 1.1 2005/08/12 19:59:03 jlam Exp $
+# $NetBSD: install_threads.tmpl,v 1.2 2016/12/12 16:08:00 wiz Exp $
 #
 # Require the presence of a pkgsrc Perl installation that supports threads
 # during the PRE-INSTALL stage, otherwise we bail out.
 
-PERL5="@PERL5@"
-
 case ${STAGE} in
 PRE-INSTALL)
        if [ ! -x "${PERL5}" ]; then



Home | Main Index | Thread Index | Old Index