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