4e3e241093
Changelog: http://claws-mail.org/news.php claws-mail: - Now whole release is distributed as one file - Move common stuff to Makefile.claws - Cleanup many accumulated, old and not needed things - Move bogofilter, pgp and spamassassin plugins to separate ports - Dillo plugin was dropped so drop option for it plugins: - All plugins ports are now slaves to main port - Remove all distinfo and pkg-plist files - this is now handled by main port - Deprecate cachesaver and gtkhtml2_viewer plugins - they are not maintained by upstream anymore
19 lines
492 B
Text
19 lines
492 B
Text
--- Makefile.in.orig 2013-05-08 17:03:48.000000000 +0200
|
|
+++ Makefile.in 2013-05-08 17:10:43.000000000 +0200
|
|
@@ -427,7 +427,6 @@
|
|
ChangeLog.pre2.0.0 \
|
|
ChangeLog.2.0.0-3.0.0 \
|
|
ChangeLog.3.0.0-3.9.0 \
|
|
- RELEASE_NOTES \
|
|
claws-mail-128x128.png \
|
|
claws-mail-64x64.png \
|
|
claws-mail.pc.in \
|
|
@@ -458,8 +457,6 @@
|
|
clawsinclude_HEADERS = \
|
|
claws-features.h
|
|
|
|
-relnotesdir = $(docdir)
|
|
-relnotes_DATA = RELEASE_NOTES
|
|
all: config.h claws-features.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|