diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 11:09:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-07 11:09:05 +0000 |
commit | 1f93c9dd9048bc01e9d91c2692a2359308403d44 (patch) | |
tree | bbbd67fd697efd2925d9a3fbef72c33ba324a894 /mail | |
parent | 0032707ede9db80bb22c99d9eaf73582f6dd8c7b (diff) | |
download | ports-1f93c9dd9048bc01e9d91c2692a2359308403d44.tar.gz ports-1f93c9dd9048bc01e9d91c2692a2359308403d44.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt14/Makefile | 4 | ||||
-rw-r--r-- | mail/qmailadmin-devel/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 2d765568067a..c0fe6263ffcc 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -23,7 +23,7 @@ MAINTAINER?= udo.schweigert@siemens.com COMMENT?= The Mongrel of Mailers (part Elm, Pine, Mush, mh, etc.) CONFLICTS?= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* mutt-[^1].[^4]* -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}14${PKGNAMESUFFIX} +PKGNAMESUFFIX= 14 OPTIONS_DEFINE= NLS SGML_DOCS LOCALES_FIX MUTT_XFACE MUTT_FLOCK MUTT_ICONV GSSAPI OPTIONS_DEFAULT= MUTT_FLOCK MUTT_ICONV GSSAPI @@ -47,7 +47,7 @@ MUTT_ICONV_DESC= Enable mutt's iconv character conversion feature USE_OPENSSL= yes .if defined (MUTT_LITE) -PKGNAMESUFFIX= -lite +PKGNAMESUFFIX= 14-lite OPTIONS_EXCLUDE= SGML_DOCS .endif diff --git a/mail/qmailadmin-devel/Makefile b/mail/qmailadmin-devel/Makefile index 1aea3265e9dd..ef230f39c9e0 100644 --- a/mail/qmailadmin-devel/Makefile +++ b/mail/qmailadmin-devel/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= ismail.yenigul@endersys.com.tr COMMENT= CGI program for administering Qmail with vchkpw/vpopmail +PKGNAMESUFFIX= -devel + # vpopmail installation directory # # NB: change this with extreme caution! For instance, if vpopmail is not @@ -34,7 +36,6 @@ RUN_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx .endif CONFLICTS= qmailadmin-1.* -LATEST_LINK= qmailadmin-devel GNU_CONFIGURE= YES USE_GMAKE= YES |