diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-29 16:55:23 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-09-29 16:55:23 +0000 |
commit | 53baf370eb5c3a7fb35cf3fd0b794c2c27507b78 (patch) | |
tree | 384517956e31ec817a4e6bbfce755ad17fdd1488 /mail/mailagent/files/patch-al | |
parent | Add a dependency on libpng, and bring the port up to date with the (diff) |
Removed the lines in the patches that contain $Id$. Fortunately, all
those lines were in the very last part of the hunks. :-)
Diffstat (limited to 'mail/mailagent/files/patch-al')
-rw-r--r-- | mail/mailagent/files/patch-al | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/mailagent/files/patch-al b/mail/mailagent/files/patch-al index 66a317ac23d2..18597f522800 100644 --- a/mail/mailagent/files/patch-al +++ b/mail/mailagent/files/patch-al @@ -1,19 +1,17 @@ *** agent/package.SH.orig Thu Aug 10 15:34:35 1995 --- agent/package.SH Thu Jul 25 19:54:42 1996 *************** -*** 17,23 **** +*** 17,22 **** echo "Extracting agent/package (with variable substitutions)" $spitshell >package <<!GROK!THIS! $startperl ! eval "exec perl -S \$0 \$*" if \$running_under_some_shell; - # $Id: package.SH,v 3.0.1.6 1995/08/07 16:15:18 ram Exp $ ---- 17,23 ---- +--- 17,22 ---- echo "Extracting agent/package (with variable substitutions)" $spitshell >package <<!GROK!THIS! $startperl ! eval "exec $perlpath -S \$0 \$*" if \$running_under_some_shell; - # $Id: package.SH,v 3.0.1.6 1995/08/07 16:15:18 ram Exp $ |