diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-03-24 09:20:28 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-03-24 09:20:28 +0000 |
commit | 1ba1a158a83de4c81987d0e19adddfc3b40db15f (patch) | |
tree | ab90f99f073fd696bb6cbb5294b99bfbeccb50e0 /security/cyrus-sasl2/Makefile | |
parent | Update to the 2003.03.18 snapshot of Wine. Most of patch-dlls-ntdll-cdrom.c (diff) |
mandir should follow MANPREFIX.
Requested by: Tomki <tomki@alink.net>
Notes
Notes:
svn path=/head/; revision=77365
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 7a525357fece..03481795a022 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -46,6 +46,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-plugindir=${PREFIX}/lib/sasl2 \ --with-dbpath=${PREFIX}/etc/sasldb2 \ --includedir=${PREFIX}/include \ + --mandir=${MANPREFIX}/man \ --enable-static \ --enable-login \ --with-saslauthd \ |