summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-03 19:10:31 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-03 19:10:31 +0000
commitf5b9b34513afe144938cbc555b6112ccbe76c36c (patch)
tree0a2563eb5c39a0d9a40b6b704416efcdd73310d9 /mail/mutt-devel
parentadd angst (diff)
Remove a file accidentally forgotten in last commit.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=50986
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/files/extra-patchlist.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/mutt-devel/files/extra-patchlist.sh b/mail/mutt-devel/files/extra-patchlist.sh
deleted file mode 100644
index 9cefc141b6b4..000000000000
--- a/mail/mutt-devel/files/extra-patchlist.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh --
-
-cat <<EOF
-/* this is an autogenerated file. do not edit. */
-#include <stdio.h>
-#include <stdlib.h>
-
-#include "mutt.h"
-
-void mutt_print_patchlist (void)
-{
-EOF
-
-while read patch ; do
- echo " puts (\"${patch}\");"
-done
-
-echo "}"