summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-13 07:11:36 +0000
committerjlam <jlam>2004-08-13 07:11:36 +0000
commit6ceaf2a348a1c388ab03a6cd2bcf04e5350e6534 (patch)
tree029a85f165c7ae9598b37e79ab0535123a7ab932
parent5ebb577482e7b9edda33ed6ab645ea1c7af77d62 (diff)
downloadpkgsrc-6ceaf2a348a1c388ab03a6cd2bcf04e5350e6534.tar.gz
The name of this package is "cy2-sql".
-rw-r--r--security/cy2-sql/Makefile9
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"