aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-12-04 03:10:31 +0800
committerpetef <petef@FreeBSD.org>2001-12-04 03:10:31 +0800
commit57e05856685e1db86bd3a6c7c7bbd4c202d21fff (patch)
tree85b022c159b6a453b1e82502958d4c83a1e62e4c /mail/mutt-devel
parent9a54ffce80d647d05474045c5219b7fe6b10eaef (diff)
downloadfreebsd-ports-gnome-57e05856685e1db86bd3a6c7c7bbd4c202d21fff.tar.gz
freebsd-ports-gnome-57e05856685e1db86bd3a6c7c7bbd4c202d21fff.tar.zst
freebsd-ports-gnome-57e05856685e1db86bd3a6c7c7bbd4c202d21fff.zip
Remove a file accidentally forgotten in last commit.
Submitted by: maintainer
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 "}"