diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-01-17 17:28:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2016-01-17 17:28:08 +0000 |
commit | 8b28f3f3ebe53d1e7705172ffc1d12954f97ce9e (patch) | |
tree | 482ff1425eee8004e49620870c8753a8a0f3a11b /mail/bincimap/files/patch-Makefile.in | |
parent | emulators/i386-wine: update to 1.8. (diff) |
- Resurrect `mail/bincimap' port (project was moved to SF.net from the
abandoned http://www.bincimap.org/ website)
- Distfile is .tar.gz now instead of original .tar.bz2, but the contents
is identical (no changes whatsoever)
- Clean up and modernize the port: convert to OPTIONS, define LICENSE,
get rid of CONFDIR in favor of ETCDIR, allow to build with GCC 4.7+,
use @sample in pkg-plist, kill bogus EOL whitespace in pkg-descr, etc.
Diffstat (limited to '')
-rw-r--r-- | mail/bincimap/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/bincimap/files/patch-Makefile.in b/mail/bincimap/files/patch-Makefile.in new file mode 100644 index 000000000000..572d7181d04a --- /dev/null +++ b/mail/bincimap/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Aug 26 19:12:42 2004 ++++ Makefile.in Thu Aug 26 19:17:29 2004 +@@ -87,7 +87,7 @@ + prefix = @prefix@ + sysconfdir = @sysconfdir@ + +-SUBDIRS = conf contrib doc man service src ++SUBDIRS = contrib man src + + #-------------------------------------------------------------------------- + EXTRA_DIST = bincimap.spec config.h COPYING.OpenSSL config.h.in README.SSL |