diff options
author | mikeh <mikeh@FreeBSD.org> | 2004-01-19 04:14:31 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2004-01-19 04:14:31 +0800 |
commit | 83f7445d682551b217e12dcafc5f892020ade32a (patch) | |
tree | 96b956044dfb821a9dde855684e6c547821a41b4 /mail/xfmail/files | |
parent | bbd6b461de427e009b934486187e7b36a5d6651c (diff) | |
download | freebsd-ports-gnome-83f7445d682551b217e12dcafc5f892020ade32a.tar.gz freebsd-ports-gnome-83f7445d682551b217e12dcafc5f892020ade32a.tar.zst freebsd-ports-gnome-83f7445d682551b217e12dcafc5f892020ade32a.zip |
Update to 1.5.5. No longer need hack for running autogen.sh.
Diffstat (limited to 'mail/xfmail/files')
-rw-r--r-- | mail/xfmail/files/patch-ab | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/xfmail/files/patch-ab b/mail/xfmail/files/patch-ab deleted file mode 100644 index 58faa3690989..000000000000 --- a/mail/xfmail/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- autogen.sh.orig Wed Nov 6 00:30:46 2002 -+++ autogen.sh Wed Nov 6 00:31:22 2002 -@@ -42,15 +42,4 @@ - automake -a --gnu --add-missing - cd "$THEDIR" - --if test -z "$*"; then -- echo "I am going to run ./configure with no arguments - if you wish " -- echo "to pass any to it, please specify them on the $0 command line." --fi -- --$srcdir/configure "$@" - cd $srcdir/src/ui && ./help_gen -- --echo --echo "Now type 'make' to compile xfmail." --echo "If you have problems, please see the directory docs/" --echo "for possible resolutions." |