diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 18:16:19 +0000 |
commit | 40b91e7ab919c68deb72b748cca1857afc0cc61a (patch) | |
tree | 2e3abeb7d7fb2a2cac43be623cf8c31f83e59ec8 /security/cy2-ntlm | |
parent | ff862ac29f9feb874c8377e73c53e1d92c1569c8 (diff) | |
download | pkgsrc-40b91e7ab919c68deb72b748cca1857afc0cc61a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'security/cy2-ntlm')
-rw-r--r-- | security/cy2-ntlm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/cy2-ntlm/Makefile b/security/cy2-ntlm/Makefile index ce4a89a29e3..44b03650006 100644 --- a/security/cy2-ntlm/Makefile +++ b/security/cy2-ntlm/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2011/09/17 11:32:03 obache Exp $ +# $NetBSD: Makefile,v 1.23 2012/10/23 18:16:23 asau Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/} COMMENT= Cyrus SASL NTLM authentication plugin SASL_PLUGIN= yes -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../security/cyrus-sasl/Makefile.common" CONFIGURE_ARGS+= --enable-ntlm |