mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
OpenEMM is a feature-rich web-based enterprise application for email marketing, newsletters and service mails (transaction mails and event or time triggered mails). OpenEMM offers a great user interface, sophisticated bounce management, link tracking, lots of graphical realtime statistics, a CMS module and a scripting feature to implement individual tasks. OpenEMM is the first open source application for e-mail marketing. Its code base has been developed since 1999 and is used - as part of the commercial software product E-Marketing Manager (EMM) - by companies like IBM, Daimler, Siemens and Deutsche Telekom. OpenEMM offers already more than 95% of the functionality of most commercial products and some features most commercial products do not offer right now (for example MySQL support and CMS functionality). WWW: http://www.openemm.org PR: 204000 Submitted by: horst leitenmueller <horst.leitenmueller@liwest.at>
11 lines
340 B
Text
11 lines
340 B
Text
--- backend/GNUmakefile.orig 2015-02-20 13:02:20 UTC
|
|
+++ backend/GNUmakefile
|
|
@@ -21,7 +21,7 @@
|
|
##################################################################################
|
|
|
|
all clean::
|
|
- @for dir in contrib src; do $(MAKE) -C $$dir $@ || exit 1; done
|
|
+ @for dir in src; do $(MAKE) -C $$dir $@ || exit 1; done
|
|
|
|
clean::
|
|
rm -f *~
|