diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 16:05:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 16:05:21 +0000 |
commit | 3e05742bd0fdcd8b69cd72da92e63f5c23682703 (patch) | |
tree | 6d3abdffe8f623fec77426003c6d31826b77f1ab /mail/enma/files/patch-build_build_all.sh | |
parent | SynCE is a project for connecting to devices running Windows CE or Pocket PC. (diff) |
ENMA is a milter program for the domain authentication technologies.
It authenticates sender's address with SPF and Sender ID, then labels
the result onto the Authentication-Results: field.
WWW: http://sourceforge.net/projects/enma/
PR: ports/127158
Submitted by: Hirohisa Yamaguchi <umq at ueo.co.jp>
Notes
Notes:
svn path=/head/; revision=220143
Diffstat (limited to 'mail/enma/files/patch-build_build_all.sh')
-rw-r--r-- | mail/enma/files/patch-build_build_all.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/enma/files/patch-build_build_all.sh b/mail/enma/files/patch-build_build_all.sh new file mode 100644 index 000000000000..f247a783eb2a --- /dev/null +++ b/mail/enma/files/patch-build_build_all.sh @@ -0,0 +1,18 @@ +--- ./build/build_all.sh.orig 2008-08-26 15:14:49.000000000 +0900 ++++ ./build/build_all.sh 2008-09-07 01:09:10.000000000 +0900 +@@ -100,6 +100,7 @@ + ./configure \ + --prefix=${WORK}/tmp_install \ + --enable-threads \ ++ --mandir=${PREFIX}/man \ + ${CONFIGURE_OPTION} && \ + ${MAKE_CMD} && \ + ${MAKE_CMD} install +@@ -135,6 +136,7 @@ + cd ../ && \ + ./configure \ + --prefix=${PREFIX} \ ++ --mandir=${PREFIX}/man \ + --with-libmilter=${WORK}/tmp_install \ + --with-libbind=${WORK}/tmp_install \ + ${CONFIGURE_OPTION} && \ |