summaryrefslogtreecommitdiff
path: root/contrib
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 /contrib
parente909b8c50dabb6ad35c451f258e56d20c47a27d8 (diff)
downloadgroff-848d67e13dd10a3174fd0b68a8719e9875f55c9a.tar.gz
Change $PERLPATH to $PERL.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/mm/Makefile.sub7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/mm/Makefile.sub b/contrib/mm/Makefile.sub
index d0eac3c5..cbb9a97b 100644
--- a/contrib/mm/Makefile.sub
+++ b/contrib/mm/Makefile.sub
@@ -1,5 +1,8 @@
-# Copyright 1991-1993, 1999-2001, 2006, 2007, 2009, 2011
+# Copyright 1991-1993, 1999-2001, 2006, 2007, 2009, 2011, 2013
+# Free Software Foundation, Inc.
#
+# Last update: 15 Apr 2013
+#
# This file is part of groff.
#
# groff is free software; you can redistribute it and/or modify it under
@@ -67,7 +70,7 @@ install_mmroff: mmroff
mmroff: mmroff.pl
-rm -f $@
- -sed -e 's;/usr/bin/perl;$(PERLPATH);' $(srcdir)/mmroff.pl >$@
+ -sed -e 's;/usr/bin/perl;$(PERL);' $(srcdir)/mmroff.pl >$@
-chmod +x $@
uninstall_sub: