From 848d67e13dd10a3174fd0b68a8719e9875f55c9a Mon Sep 17 00:00:00 2001 From: bwarken Date: Mon, 15 Apr 2013 14:47:41 +0000 Subject: Change $PERLPATH to $PERL. --- font/devpdf/Makefile.sub | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'font') diff --git a/font/devpdf/Makefile.sub b/font/devpdf/Makefile.sub index bfb9e62d..fa393465 100644 --- a/font/devpdf/Makefile.sub +++ b/font/devpdf/Makefile.sub @@ -1,6 +1,9 @@ # Copyright (C) 2011, 2013 Free Software Foundation, Inc. +# Free Software Foundation, Inc. # Written by Deri James # +# Last update: 15 Apr 2013 +# # This file is part of groff. # # groff is free software; you can redistribute it and/or modify it under @@ -76,9 +79,9 @@ DESC: DESC.in $(top_builddir)/font/devpdf/map -test -d util || $(mkinstalldirs) util $(RM) util/BuildFoundries - if test -n "$(PERLPATH)"; then \ + if test -n "$(PERL)"; then \ sed -f $(SH_DEPS_SED_SCRIPT) \ - -e "s|/usr/bin/perl|$(PERLPATH)|" \ + -e "s|/usr/bin/perl|$(PERL)|" \ -e "s|@GROFF_GHOSTSCRIPT_INTERPRETERS@|$(GHOSTSCRIPT)|" \ -e "s|@VERSION@|$(version)$(revision)|" \ -e "s|@GROFF_FONT_DIR@|$(fontdir)|" \ -- cgit v1.2.1