diff options
author | yar <yar@FreeBSD.org> | 2004-06-04 15:49:36 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-06-04 15:49:36 +0000 |
commit | 44ee50fd459d94a2d7498792d2ef16ebd001e078 (patch) | |
tree | 7f21d95ffc766c516569a869f6261a7ed9c5562b /mail/milter-sender | |
parent | 01f4d973bb5056a8c294a682b2ad617d04d6b1af (diff) | |
download | FreeBSD-ports-44ee50fd459d94a2d7498792d2ef16ebd001e078.zip FreeBSD-ports-44ee50fd459d94a2d7498792d2ef16ebd001e078.tar.gz |
This port isn't really RESTRICTED since the license allows
non-commercial distribution/mirroring of the original source
files. But as long as it's the only thing permitted, mark
the port as NO_CDROM and NO_PACKAGE, instead of RESTRICTED.
Diffstat (limited to 'mail/milter-sender')
-rw-r--r-- | mail/milter-sender/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/milter-sender/Makefile b/mail/milter-sender/Makefile index 9fc7ea7..b177750 100644 --- a/mail/milter-sender/Makefile +++ b/mail/milter-sender/Makefile @@ -14,7 +14,8 @@ DISTFILES= libsnert-1.33.tgz milter-sender-${PORTVERSION}.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Real-time sender address verification, based on Milter API -RESTRICTED= see LICENSE.TXT +NO_CDROM= Non-commercial distrubution only +NO_PACKAGE= Only the original source may be distrubuted USE_REINPLACE= yes GNU_CONFIGURE= yes |