diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 20:50:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 20:50:28 +0000 |
commit | 324ae516f33eb8ab2d061570aff8cafcec75652c (patch) | |
tree | 8cfe96e115229a97fa532e265d7b3fc45615c504 /mail | |
parent | - fix slight dependecy bug for sasl2 (diff) |
- make PKGNAMESUFFIX more flexible
Notes
Notes:
svn path=/head/; revision=105379
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail-ldap/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail-sasl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail-ldap/Makefile b/mail/sendmail-ldap/Makefile index 4116a55a4844..ab616665eea1 100644 --- a/mail/sendmail-ldap/Makefile +++ b/mail/sendmail-ldap/Makefile @@ -4,7 +4,7 @@ # # $FreeBSD$ -PKGNAMESUFFIX?= -ldap +CATEGORIES= mail ipv6 MAINTAINER= dinoex@FreeBSD.org diff --git a/mail/sendmail-sasl/Makefile b/mail/sendmail-sasl/Makefile index 4f73601d5035..445ce1bc029a 100644 --- a/mail/sendmail-sasl/Makefile +++ b/mail/sendmail-sasl/Makefile @@ -4,7 +4,7 @@ # # $FreeBSD$ -PKGNAMESUFFIX?= -sasl +CATEGORIES= mail ipv6 MAINTAINER= dinoex@FreeBSD.org |