diff options
author | max <max@FreeBSD.org> | 1997-09-14 05:29:51 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-14 05:29:51 +0800 |
commit | 9c824b7b00e3fd99fca4d4d2b67efb8576830894 (patch) | |
tree | 10dce18467d0e14dcf3b28072d8063c1e09f1148 /mail/adcomplain | |
parent | 6d1bd896f91fa55403a12f24d9ff3a016c54b21d (diff) | |
download | freebsd-ports-gnome-9c824b7b00e3fd99fca4d4d2b67efb8576830894.tar.gz freebsd-ports-gnome-9c824b7b00e3fd99fca4d4d2b67efb8576830894.tar.zst freebsd-ports-gnome-9c824b7b00e3fd99fca4d4d2b67efb8576830894.zip |
Remove lines containing $Id$ and adjust this patch file so that this can
be applied cleanly.
Diffstat (limited to 'mail/adcomplain')
-rw-r--r-- | mail/adcomplain/files/patch-aa | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/adcomplain/files/patch-aa b/mail/adcomplain/files/patch-aa index e297b474f0ac..3f308b7ff059 100644 --- a/mail/adcomplain/files/patch-aa +++ b/mail/adcomplain/files/patch-aa @@ -1,18 +1,14 @@ *** adcomplain.pl.orig Sat Sep 13 17:48:01 1997 --- adcomplain.pl Sat Sep 13 17:59:23 1997 *************** -*** 1,6 **** +*** 1,4 **** ! #! /bin/sh -- # -*- perl -*- ! eval 'exec perl $0 ${1+"$@"}' ! if 0; - # $Id: adcomplain.pl,v 1.6 1997/08/01 19:38:06 jason Exp $ - ---- 1,4 ---- +--- 1,2 ---- ! #!/usr/bin/perl - # $Id: adcomplain.pl,v 1.6 1997/08/01 19:38:06 jason Exp $ - *************** *** 230,236 **** $noinclude = 1; |