diff options
| author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-10 08:27:35 +0000 |
|---|---|---|
| committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-10 08:27:35 +0000 |
| commit | 5c06167de940646a99d7f9ed57f01a7dc39bc15c (patch) | |
| tree | 97096830929df26af02a71c41530883c43a90941 /print/html2ps-letter/files/patch-ab | |
| parent | 73ec58caa50247b577429fc32eb016496074b711 (diff) | |
- make port non-interactive.
- support a4 and letter papersizes after a repository copy from
html2ps to html2ps-a4 and html2ps-letter.
- use ${PERL} for substituting not ${PERL5}.
Requested by: Andreas Klemm <andreas@FreeBSD.org> (mantainer)
Diffstat (limited to 'print/html2ps-letter/files/patch-ab')
| -rw-r--r-- | print/html2ps-letter/files/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/print/html2ps-letter/files/patch-ab b/print/html2ps-letter/files/patch-ab index b71569dcc578..866d1059f53e 100644 --- a/print/html2ps-letter/files/patch-ab +++ b/print/html2ps-letter/files/patch-ab @@ -1,12 +1,21 @@ --- html2ps.orig Sat Aug 9 20:59:05 1997 -+++ html2ps Mon Jul 19 21:55:04 1999 ++++ html2ps Fri Sep 10 00:00:25 1999 @@ -1,5 +1,5 @@ : # Use perl -eval 'exec perl -S $0 "$@"' -+eval 'exec /usr/bin/perl5 -S $0 "$@"' ++eval 'exec !!PERL5!! -S $0 "$@"' if $running_under_some_shell; # This is html2ps version 1.0 beta1, an HTML-to-PostScript converter. +@@ -26,7 +26,7 @@ + # Set the name of the global configuration file. See the installation notes + # and manual page for more details on configuration files. + +-$globrc='/opt/tdb/lib/html2ps/html2psrc'; ++$globrc='!!PREFIX!!/lib/html2ps/html2psrc'; + + $conf=<<'EOR'; + @html2ps { @@ -4072,6 +4072,7 @@ $URL=$url; unless($url=~m|://|) { |
