diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-05-16 08:37:33 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 2002-05-16 08:37:33 +0000 |
commit | 9b88b5b4e3284f38abf8e0c1555ea6be6b7684c8 (patch) | |
tree | 2463f0338f70e650ab8da63390f5faab2ed1b204 /mail/mailagent/files/patch-aj | |
parent | Fix 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-aj')
-rw-r--r-- | mail/mailagent/files/patch-aj | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/mailagent/files/patch-aj b/mail/mailagent/files/patch-aj deleted file mode 100644 index 84251ae1e4d3..000000000000 --- a/mail/mailagent/files/patch-aj +++ /dev/null @@ -1,17 +0,0 @@ -*** agent/maillist.SH.orig Thu Aug 10 15:38:06 1995 ---- agent/maillist.SH Thu Jul 25 19:54:00 1996 -*************** -*** 17,22 **** - echo "Extracting agent/maillist (with variable substitutions)" - $spitshell >maillist <<!GROK!THIS! - $startperl -! eval "exec perl -S \$0 \$*" - if \$running_under_some_shell; - ---- 17,22 ---- - echo "Extracting agent/maillist (with variable substitutions)" - $spitshell >maillist <<!GROK!THIS! - $startperl -! eval "exec $perlpath -S \$0 \$*" - if \$running_under_some_shell; - |