From 63f96859ce0b25a7057110abdd77cff71ff45681 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 15 Mar 2013 22:03:42 +0000 Subject: - Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature bapt contributed to the qmail.mk as well - Trim headers USES= qmail:run will add qmail into RUN_DEPENDS USES= qmail:build will add qmail into BUILD_DEPENDS USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS USES= qmail:vars will set QMAIL_PREFIX With hat: portmgr --- mail/mess822/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mail/mess822') 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 -# +# Created by: David Siebörger # $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 -- cgit