pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/perl5/files



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 12 16:08:00 UTC 2016

Modified Files:
        pkgsrc/lang/perl5/files: install_threads.tmpl

Log Message:
Remove duplicate PERL5 definition.

This is already defined in mk/pkginstall/header.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/perl5/files/install_threads.tmpl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/perl5/files/install_threads.tmpl
diff -u pkgsrc/lang/perl5/files/install_threads.tmpl:1.1 pkgsrc/lang/perl5/files/install_threads.tmpl:1.2
--- pkgsrc/lang/perl5/files/install_threads.tmpl:1.1    Fri Aug 12 19:59:03 2005
+++ pkgsrc/lang/perl5/files/install_threads.tmpl        Mon Dec 12 16:08:00 2016
@@ -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