pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cy2-sql The name of this package is "cy2-sql".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1da87197dc4
branches:  trunk
changeset: 479355:a1da87197dc4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 13 07:11:36 2004 +0000

description:
The name of this package is "cy2-sql".

diffstat:

 security/cy2-sql/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 831f227a6fd1 -r a1da87197dc4 security/cy2-sql/Makefile
--- a/security/cy2-sql/Makefile Fri Aug 13 07:10:24 2004 +0000
+++ b/security/cy2-sql/Makefile Fri Aug 13 07:11:36 2004 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index