diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
commit | a184c45d888b08705aba2772752f4edf1cde7ad1 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /security/cy2-ntlm | |
parent | 42b0e4e52c5005439991b8dfbc0d9971dbc9ef5e (diff) | |
download | pkgsrc-a184c45d888b08705aba2772752f4edf1cde7ad1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'security/cy2-ntlm')
-rw-r--r-- | security/cy2-ntlm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cy2-ntlm/Makefile b/security/cy2-ntlm/Makefile index 317f83d27ff..63118d4f835 100644 --- a/security/cy2-ntlm/Makefile +++ b/security/cy2-ntlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/02/06 23:23:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/06 15:46:39 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/} PKGREVISION= 1 @@ -10,7 +10,7 @@ SASL_PLUGIN= yes CONFIGURE_ARGS+= --enable-ntlm CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libntlm.la .include "../../security/openssl/buildlink3.mk" |