Skip to content

Commit

Permalink
Fix default config file location
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Hajny authored and Jonathan Perkin committed Nov 1, 2016
1 parent ee55fee commit d04a7a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions security/cyrus-sasl/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ LICENSE= original-bsd # CMU version
DISTINFO_FILE= ${.CURDIR}/../cyrus-sasl/distinfo
PATCHDIR= ${.CURDIR}/../cyrus-sasl/patches

PKG_SYSCONFSUBDIR= sasl2

.include "../../mk/bsd.prefs.mk"

.if defined(SASL_PLUGIN) && !empty(SASL_PLUGIN:M[yY][eE][sS])
Expand All @@ -51,6 +53,7 @@ USE_LIBTOOL= yes
DOCDIR= ${PREFIX}/share/doc/cyrus-sasl
PLUGINDIR= ${PREFIX}/lib/sasl2

CONFIGURE_ARGS+= --with-configdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-plugindir=${PLUGINDIR:Q}
CONFIGURE_ARGS+= --disable-java

Expand Down

0 comments on commit d04a7a1

Please sign in to comment.