summaryrefslogtreecommitdiff
path: root/mail/sendmail-sasl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-22 19:14:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-22 19:14:08 +0000
commit09666e3dd5689a5e276798c4a10ed3a6c726c1b1 (patch)
treebdcd9753e96c92200090b3791966b58b82ff75b9 /mail/sendmail-sasl
parentUpgrade to 20030122 snapshot (diff)
- make portlint happier
Notes
Notes: svn path=/head/; revision=73806
Diffstat (limited to 'mail/sendmail-sasl')
-rw-r--r--mail/sendmail-sasl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile
index a7b8972758b0..4f73601d5035 100644
--- a/mail/sendmail-sasl/Makefile
+++ b/mail/sendmail-sasl/Makefile
@@ -4,6 +4,10 @@
#
# $FreeBSD$
+PKGNAMESUFFIX?= -sasl
+
+MAINTAINER= dinoex@FreeBSD.org
+
SENDMAIL_WITH_TLS= yes
.if defined(SENDMAIL_WITH_SUID)
# only for compatibility with sendmail 8.11.x
@@ -15,7 +19,6 @@ MASTERDIR?= ${.CURDIR}/../sendmail-old
SENDMAIL_WITH_SASL2= yes
MASTERDIR?= ${.CURDIR}/../sendmail
.endif
-PKGNAMESUFFIX?= -sasl
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"