summaryrefslogtreecommitdiff
path: root/mail/mailagent/files/patch-ah
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2002-05-16 08:37:33 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2002-05-16 08:37:33 +0000
commit9b88b5b4e3284f38abf8e0c1555ea6be6b7684c8 (patch)
tree2463f0338f70e650ab8da63390f5faab2ed1b204 /mail/mailagent/files/patch-ah
parentFix startup script and bump PORTREVISION. (diff)
Remove patches whose sole purpose was to provide the full path to Perl,
and take care of this by a simple perl line in post-patch. Submitted by: Alex Kapranoff <kapr@acm.org>
Diffstat (limited to 'mail/mailagent/files/patch-ah')
-rw-r--r--mail/mailagent/files/patch-ah17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/mailagent/files/patch-ah b/mail/mailagent/files/patch-ah
deleted file mode 100644
index b8df3a24af6f..000000000000
--- a/mail/mailagent/files/patch-ah
+++ /dev/null
@@ -1,17 +0,0 @@
-*** agent/maildist.SH.orig Wed Mar 22 05:51:25 1995
---- agent/maildist.SH Thu Jul 25 19:53:05 1996
-***************
-*** 17,22 ****
- echo "Extracting agent/maildist (with variable substitutions)"
- $spitshell >maildist <<!GROK!THIS!
- $startperl
-! eval "exec perl -S \$0 \$*"
- if \$running_under_some_shell;
-
---- 17,22 ----
- echo "Extracting agent/maildist (with variable substitutions)"
- $spitshell >maildist <<!GROK!THIS!
- $startperl
-! eval "exec $perlpath -S \$0 \$*"
- if \$running_under_some_shell;
-