diff options
author | jlam <jlam> | 2005-03-28 08:53:07 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-03-28 08:53:07 +0000 |
commit | 6ed8ce029a0063dcc8189993c6e8a86dc61eac6e (patch) | |
tree | fd68ea999bcce9d2f6d065f9bf5280962271153e /mail/postfix/options.mk | |
parent | 50ed30c26a2e9611d6bab5a6c8014d9c4338bbe9 (diff) | |
download | pkgsrc-6ed8ce029a0063dcc8189993c6e8a86dc61eac6e.tar.gz |
Fix up PLISTs and remove unused files left over from the incomplete
package update in the previous commit.
Diffstat (limited to 'mail/postfix/options.mk')
-rw-r--r-- | mail/postfix/options.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk index 4c7b950c3da..677ec47b0ca 100644 --- a/mail/postfix/options.mk +++ b/mail/postfix/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.17 2005/03/28 07:07:49 jlam Exp $ +# $NetBSD: options.mk,v 1.18 2005/03/28 08:53:07 jlam Exp $ # Global and legacy options PKG_OPTIONS_VAR= PKG_OPTIONS.postfix -PKG_SUPPORTED_OPTIONS= bdb inet6 ldap mysql mysql4 pcre pgsql sasl tls +PKG_SUPPORTED_OPTIONS= bdb ldap mysql mysql4 pcre pgsql sasl tls .include "../../mk/bsd.options.mk" ### @@ -27,8 +27,6 @@ CCARGS+= -DUSE_TLS AUXLIBS+= -L${BUILDLINK_PREFIX.openssl}/lib \ ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib \ -lssl -lcrypto -PLIST_SRC+= ${PKGDIR}/PLIST.tls -MESSAGE_SRC+= ${PKGDIR}/MESSAGE.tls .endif ### @@ -114,8 +112,10 @@ AUXLIBS+= -L${BUILDLINK_PREFIX.cyrus-sasl}/lib \ ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cyrus-sasl}/lib \ -lsasl . endif -PLIST_SRC+= ${PKGDIR}/PLIST.sasl +PLIST_SUBST+= SASL= MESSAGE_SRC+= ${PKGDIR}/MESSAGE.sasl MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} MESSAGE_SUBST+= SASLLIBDIR=${SASLLIBDIR} +.else +PLIST_SUBST+= SASL="@comment " .endif |