diff options
Diffstat (limited to 'security/cyrus-sasl2/Makefile.common')
-rw-r--r-- | security/cyrus-sasl2/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common index 47ece94cfcd..fe03c9d2bab 100644 --- a/security/cyrus-sasl2/Makefile.common +++ b/security/cyrus-sasl2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2004/01/08 22:13:14 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/01/09 19:37:48 jlam Exp $ # # This Makefile fragment should be included _below_ any SASL_PLUGIN # definition and _above_ any CONFIGURE_ARGS definitions. @@ -47,8 +47,6 @@ _PLUGINDIR= ${VIEWBASE}/lib/sasl2 HTMLDIR= ${PREFIX}/share/doc/html/cyrus-sasl # /var/run/saslauthd matches the default value in configure. SASLSOCKETDIR= /var/run/saslauthd -FILES_SUBST+= SASLSOCKETDIR=${SASLSOCKETDIR} -PLIST_SUBST+= SASLSOCKETDIR=${SASLSOCKETDIR} BUILD_DEFS+= CYRUS_USER CYRUS_GROUP |