diff options
Diffstat (limited to 'mail/exim-mysql/Makefile')
-rw-r--r-- | mail/exim-mysql/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/exim-mysql/Makefile b/mail/exim-mysql/Makefile index 48ef5db219dc..6fb2469eb934 100644 --- a/mail/exim-mysql/Makefile +++ b/mail/exim-mysql/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: exim-mysql -# Date created: 11 Jun 2001 -# Whom: Sheldon Hearn <sheldonh@FreeBSD.org> -# +# Created by: Sheldon Hearn <sheldonh@FreeBSD.org> # $FreeBSD$ -# PKGNAMESUFFIX= -mysql MASTERDIR= ${.CURDIR}/../exim WITH_MYSQL= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |