summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-04-15 14:47:41 +0000
committerbwarken <bwarken>2013-04-15 14:47:41 +0000
commit848d67e13dd10a3174fd0b68a8719e9875f55c9a (patch)
treeceeaa4657201b817a6af11fd5bc7bcee871dfecb /arch
parente909b8c50dabb6ad35c451f258e56d20c47a27d8 (diff)
downloadgroff-848d67e13dd10a3174fd0b68a8719e9875f55c9a.tar.gz
Change $PERLPATH to $PERL.
Diffstat (limited to 'arch')
-rw-r--r--arch/djgpp/config.site2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/djgpp/config.site b/arch/djgpp/config.site
index 55e6b34c..f8a49ba9 100644
--- a/arch/djgpp/config.site
+++ b/arch/djgpp/config.site
@@ -32,7 +32,7 @@ INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'}
RANLIB=${RANLIB='ranlib'}
LPR=${LPR='cat >>PRN'}
DVIPRINT=${DVIPRINT='dvilj4 - >>PRN'}
-PERLPATH=${PERLPATH='/usr/bin/perl'}
+PERL=${PERL='/usr/bin/perl'}
# Force `cp' to be used instead of "ln -s".
ac_cv_prog_LN_S="cp -p"