diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-11 15:42:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-11 15:42:14 +0800 |
commit | 07e4ddc9016f2a0f9bbd4cc4bb1d965d5f3de2d2 (patch) | |
tree | 9253def719b3ff9647a4777e2284674591f75f46 /mail | |
parent | f9b920450bdec08fef8e534ea2c89ac42c8088ad (diff) | |
download | freebsd-ports-gnome-07e4ddc9016f2a0f9bbd4cc4bb1d965d5f3de2d2.tar.gz freebsd-ports-gnome-07e4ddc9016f2a0f9bbd4cc4bb1d965d5f3de2d2.tar.zst freebsd-ports-gnome-07e4ddc9016f2a0f9bbd4cc4bb1d965d5f3de2d2.zip |
- add COPYRIGHT
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-regex/Makefile | 1 | ||||
-rw-r--r-- | mail/milter-regex/files/COPYRIGHT | 29 | ||||
-rw-r--r-- | mail/milter-regex/pkg-descr | 1 | ||||
-rw-r--r-- | mail/milter-regex/pkg-plist | 1 |
4 files changed, 32 insertions, 0 deletions
diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile index bfecea1ec715..5cec1b752428 100644 --- a/mail/milter-regex/Makefile +++ b/mail/milter-regex/Makefile @@ -15,6 +15,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Milter plugin to sendmail for regular expression filtering LICENSE= BSD +LICENSE_FILE= ${FILESDIR}/COPYRIGHT DIST_SUBDIR= repacked MAILUSER?= mailnull diff --git a/mail/milter-regex/files/COPYRIGHT b/mail/milter-regex/files/COPYRIGHT new file mode 100644 index 000000000000..01275b4b1a17 --- /dev/null +++ b/mail/milter-regex/files/COPYRIGHT @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2003-2006 Daniel Hartmeier + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * - Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * - Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ diff --git a/mail/milter-regex/pkg-descr b/mail/milter-regex/pkg-descr index 9a65b5f2fd45..ad82cd46d959 100644 --- a/mail/milter-regex/pkg-descr +++ b/mail/milter-regex/pkg-descr @@ -11,5 +11,6 @@ Some of the sendmail ports omit libmilter by default (SENDMAIL_WITHOUT_MILTER). This program is developed on OpenBSD by the maintainer. LICENSE: BSD +Copyright (c) 2003-2006 Daniel Hartmeier WWW: http://www.benzedrine.cx/milter-regex.html diff --git a/mail/milter-regex/pkg-plist b/mail/milter-regex/pkg-plist index 208c107a7f91..10a124d09624 100644 --- a/mail/milter-regex/pkg-plist +++ b/mail/milter-regex/pkg-plist @@ -2,3 +2,4 @@ @exec chown mailnull:daemon /var/run/milter-regex @cwd / @dirrmtry /var/run/milter-regex +@cwd |