diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/majordomo/files/patch-approve | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Notes
Notes:
svn path=/head/; revision=366959
Diffstat (limited to 'mail/majordomo/files/patch-approve')
-rw-r--r-- | mail/majordomo/files/patch-approve | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/majordomo/files/patch-approve b/mail/majordomo/files/patch-approve deleted file mode 100644 index bbaab3dec755..000000000000 --- a/mail/majordomo/files/patch-approve +++ /dev/null @@ -1,14 +0,0 @@ ---- ./approve.orig 2013-11-24 18:53:39.307114948 +0400 -+++ ./approve 2013-11-24 18:45:58.000000000 +0400 -@@ -70,9 +70,9 @@ - if !$MAILER; - - --require "getopts.pl"; -+use Getopt::Std; - --&Getopts("df:") || -+getopts("df:") || - die("USAGE: approve [-f <config-file>] [-d] [<file> ...]\nStopped"); - - if (!defined($opt_f)) { |