mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
6db97f9f32
=> bump PORTREVISION (forgotten by Roman ;-) - Changed maintainer to ports, I want to reduce my personal workload. Maybe I take over again in the future if I have more time for this. PR: 24072 Submitted by: Roman Shterenzon <roman@xpert.com>
19 lines
587 B
Plaintext
19 lines
587 B
Plaintext
--- html2ps.orig Thu Aug 17 00:42:03 2000
|
|
+++ html2ps Thu Jan 4 17:25:26 2001
|
|
@@ -1,5 +1,5 @@
|
|
: # Use perl
|
|
-eval 'exec perl -S $0 "$@"'
|
|
+eval 'exec !!PERL5!! -S $0 "$@"'
|
|
if $running_under_some_shell;
|
|
|
|
# This is html2ps version 1.0 beta3, 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='/usr/local/lib/html2ps/html2psrc';
|
|
+$globrc='!!PREFIX!!/lib/html2ps/html2psrc';
|
|
$ug='/usr/local/lib/html2ps/html2ps.html';
|
|
|
|
$conf=<<'EOR';
|