aboutsummaryrefslogtreecommitdiff
path: root/mail/mbox2mdir
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-08-27 05:59:25 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-08-27 05:59:25 +0000
commit021006601f0c7331a3d1905519e3362d9f28c825 (patch)
treebd501df4fe12ed18eef8fae345c8a2b350ca9855 /mail/mbox2mdir
parentb273b12c27f357735415777915a9af4317682c8e (diff)
downloadports-021006601f0c7331a3d1905519e3362d9f28c825.tar.gz
ports-021006601f0c7331a3d1905519e3362d9f28c825.zip
- Fix build
PR: 230879 Submitted by: tobik
Notes
Notes: svn path=/head/; revision=478177
Diffstat (limited to 'mail/mbox2mdir')
-rw-r--r--mail/mbox2mdir/Makefile1
-rw-r--r--mail/mbox2mdir/files/patch-mbox2mdir.cpp11
2 files changed, 11 insertions, 1 deletions
diff --git a/mail/mbox2mdir/Makefile b/mail/mbox2mdir/Makefile
index 8529bf516521..996a1301d7c7 100644
--- a/mail/mbox2mdir/Makefile
+++ b/mail/mbox2mdir/Makefile
@@ -1,4 +1,3 @@
-# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$
PORTNAME= mbox2mdir
diff --git a/mail/mbox2mdir/files/patch-mbox2mdir.cpp b/mail/mbox2mdir/files/patch-mbox2mdir.cpp
new file mode 100644
index 000000000000..30c01c014c3c
--- /dev/null
+++ b/mail/mbox2mdir/files/patch-mbox2mdir.cpp
@@ -0,0 +1,11 @@
+--- mbox2mdir.cpp 2018-08-18 00:55:36.190935000 -0500
++++ mbox2mdir.cpp 2018-08-18 00:55:54.648780000 -0500
+@@ -178,7 +178,7 @@
+ //const char *ifile="Mailbox", *odir="/home/sergey/Maildir/cur";
+ const char *ifile, *odir;
+ if(argc<3){
+- printf("Mailbox to Maildir Converter, Version "VERSION" built: "__DATE__" Copyright(C) Sergey A. Galin.\n"
++ printf("Mailbox to Maildir Converter, Version " VERSION " built: " __DATE__ " Copyright(C) Sergey A. Galin.\n"
+ "This program is distibuted under GNU General Public License v.2 or later.\n"
+ "Homepage: http://sageshome.net/oss/\n"
+ "\n"