summaryrefslogtreecommitdiff
path: root/font
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 /font
parente909b8c50dabb6ad35c451f258e56d20c47a27d8 (diff)
downloadgroff-848d67e13dd10a3174fd0b68a8719e9875f55c9a.tar.gz
Change $PERLPATH to $PERL.
Diffstat (limited to 'font')
-rw-r--r--font/devpdf/Makefile.sub7
1 files changed, 5 insertions, 2 deletions
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 <deri@chuzzlewit.demon.co.uk>
#
+# 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)|" \