diff options
author | jlam <jlam> | 2007-10-31 14:22:55 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-10-31 14:22:55 +0000 |
commit | f9e7ba40ca5d40439c9b5dcdb242f3843e7f8416 (patch) | |
tree | 362f3450b5d5870f2695042970c28abeadc757d4 /security | |
parent | 5c5824916d0f7076095dbbd846d26c4ea45e99aa (diff) | |
download | pkgsrc-f9e7ba40ca5d40439c9b5dcdb242f3843e7f8416.tar.gz |
Comment out LICENSE=gnu-gpl-v3 for now as part of transition to switching
pkgsrc to using license.mk. This will eventually be turned back on.
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 13609d798b8..cb37c4dd87c 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/10/15 15:37:01 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2007/10/31 14:22:55 jlam Exp $ .include "Makefile.common" @@ -16,7 +16,7 @@ CONFLICTS+= courier-authldap-[0-9]* CONFLICTS+= courier-authmysql-[0-9]* CONFLICTS+= courier-authpgsql-[0-9]* -LICENSE= gnu-gpl-v3 +#LICENSE= gnu-gpl-v3 USE_LIBTOOL= yes PKG_SYSCONFSUBDIR= authlib |