summaryrefslogtreecommitdiff
path: root/mail/mailagent/files/patch-am
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-am
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-am')
-rw-r--r--mail/mailagent/files/patch-am19
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/mailagent/files/patch-am b/mail/mailagent/files/patch-am
deleted file mode 100644
index 11b8de3b8c1b..000000000000
--- a/mail/mailagent/files/patch-am
+++ /dev/null
@@ -1,19 +0,0 @@
-*** agent/magent.sh.orig Sat Sep 16 09:05:29 1995
---- agent/magent.sh Thu Jul 25 19:58:11 1996
-***************
-*** 17,23 ****
- echo "Extracting agent/magent (with variable substitutions)"
- $spitshell >magent <<!GROK!THIS!
- $startperl
-! eval 'exec perl -S \$0 "\$@"'
- if \$running_under_some_shell;
-
- # You'll need to set up a .forward file that feeds your mail to this script,
---- 17,23 ----
- echo "Extracting agent/magent (with variable substitutions)"
- $spitshell >magent <<!GROK!THIS!
- $startperl
-! eval 'exec $perlpath -S \$0 "\$@"'
- if \$running_under_some_shell;
-
- # You'll need to set up a .forward file that feeds your mail to this script,