diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
commit | cc415305a049ca523f2a8cf674009fa77c54fee6 (patch) | |
tree | 6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /mail/wanderlust-devel/files/patch-Makefile | |
parent | - Now fix to use this port on !i386. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Diffstat (limited to 'mail/wanderlust-devel/files/patch-Makefile')
-rw-r--r-- | mail/wanderlust-devel/files/patch-Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/wanderlust-devel/files/patch-Makefile b/mail/wanderlust-devel/files/patch-Makefile deleted file mode 100644 index 65e0ccd7c8d0..000000000000 --- a/mail/wanderlust-devel/files/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig 2008-02-19 20:29:06.000000000 +0900 -+++ Makefile 2008-08-28 19:55:07.000000000 +0900 -@@ -110,9 +110,9 @@ - clean-dvi: mostlyclean-dvi - rm -f doc/*.dvi - --all: elc -+all: elc info - --install: install-elc -+install: install-elc install-info - - uninstall: uninstall-elc - |