diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-15 22:03:42 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-15 22:03:42 +0000 |
commit | 63f96859ce0b25a7057110abdd77cff71ff45681 (patch) | |
tree | d72ad8a21ce169d4163dc3bde69207c34ac21e0d /mail/mess822 | |
parent | 4cf78eacbab3fd0188059a00356e6e23e76e547b (diff) |
Notes
Diffstat (limited to 'mail/mess822')
-rw-r--r-- | mail/mess822/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index aa416fcea10e..9e0963ea0496 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mess822 -# Date created: 4 February 2001 -# Whom: David Siebörger <drs@rucus.ru.ac.za> -# +# Created by: David Siebörger <drs@rucus.ru.ac.za> # $FreeBSD$ -# PORTNAME= mess822 PORTVERSION= 0.58 @@ -17,7 +13,7 @@ MASTER_SITES= http://cr.yp.to/software/ \ MAINTAINER= drs@rucus.ru.ac.za COMMENT= RFC 822 mail message parsing library and rewriting utilities -USE_QMAIL_RUN= yes +USES= qmail:run RESTRICTED= Violates djb\'s license |