diff options
author | jlam <jlam> | 2004-08-13 07:11:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-13 07:11:36 +0000 |
commit | 3b0b7da778208e545127adc95344d4d2c0bae705 (patch) | |
tree | 029a85f165c7ae9598b37e79ab0535123a7ab932 /security | |
parent | 66d67405481b1a20c25711ab084238841323cf92 (diff) | |
download | pkgsrc-3b0b7da778208e545127adc95344d4d2c0bae705.tar.gz |
The name of this package is "cy2-sql".
Diffstat (limited to 'security')
-rw-r--r-- | security/cy2-sql/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile index 62b37475f3e..ac464dc9555 100644 --- a/security/cy2-sql/Makefile +++ b/security/cy2-sql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/08/04 20:47:10 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2004/08/13 07:11:36 jlam Exp $ -PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-login/} -COMMENT= Cyrus SASL LOGIN authentication plugin +PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/} +COMMENT= Cyrus SASL SQL authentication plugin SASL_PLUGIN= yes .include "../cyrus-sasl2/Makefile.common" @@ -33,8 +33,7 @@ ALL_TARGET= libsql.la do-install: ${INSTALL_DATA_DIR} ${PLUGINDIR} - cd ${WRKSRC}/plugins && \ - ${SHLIBTOOL} --mode=install \ + cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \ ${INSTALL_PROGRAM} libsql.la ${PLUGINDIR} .include "../../mk/bsd.pkg.mk" |