summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorwiz <wiz>2016-12-12 16:08:00 +0000
committerwiz <wiz>2016-12-12 16:08:00 +0000
commitc5e2bda78625df06092c11aa0b69dabb535c7070 (patch)
tree29a62c283e61e85bb4e9808cf04dbb9a57262183 /lang/perl5
parente1a6dc4bb14ca0abb59deeb58432a1967b2a820c (diff)
downloadpkgsrc-c5e2bda78625df06092c11aa0b69dabb535c7070.tar.gz
Remove duplicate PERL5 definition.
This is already defined in mk/pkginstall/header.
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/files/install_threads.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/perl5/files/install_threads.tmpl b/lang/perl5/files/install_threads.tmpl
index 6d1e030ad9a..6574aba7ff5 100644
--- a/lang/perl5/files/install_threads.tmpl
+++ b/lang/perl5/files/install_threads.tmpl
@@ -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