pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security Use SHLIBTOOL to install the plugins since we...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ed090914256
branches: trunk
changeset: 461294:1ed090914256
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Sep 13 19:18:16 2003 +0000
description:
Use SHLIBTOOL to install the plugins since we used it to build them.
diffstat:
security/cy2-login/Makefile | 5 +++--
security/cy2-ntlm/Makefile | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r cc3e83e1254c -r 1ed090914256 security/cy2-login/Makefile
--- a/security/cy2-login/Makefile Sat Sep 13 19:08:50 2003 +0000
+++ b/security/cy2-login/Makefile Sat Sep 13 19:18:16 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/03/19 22:28:23 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/13 19:18:16 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-login/}
COMMENT= Cyrus SASL LOGIN authentication plugin
@@ -17,6 +17,7 @@
do-install:
cd ${WRKSRC}/plugins && \
- ${PKGLIBTOOL} --mode=install ${INSTALL_PROGRAM} liblogin.la ${PLUGINDIR}
+ ${PKGSHLIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} liblogin.la ${PLUGINDIR}
.include "../../mk/bsd.pkg.mk"
diff -r cc3e83e1254c -r 1ed090914256 security/cy2-ntlm/Makefile
--- a/security/cy2-ntlm/Makefile Sat Sep 13 19:08:50 2003 +0000
+++ b/security/cy2-ntlm/Makefile Sat Sep 13 19:18:16 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/03/19 22:28:53 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/13 19:18:17 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
COMMENT= Cyrus SASL NTLM authentication plugin
@@ -14,7 +14,8 @@
do-install:
cd ${WRKSRC}/plugins && \
- ${PKGLIBTOOL} --mode=install ${INSTALL_PROGRAM} libntlm.la ${PLUGINDIR}
+ ${PKGSHLIBTOOL} --mode=install \
+ ${INSTALL_PROGRAM} libntlm.la ${PLUGINDIR}
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index