From 18d4961b2115ec2cb1f773d988837eceda28a002 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 13 Sep 2003 19:18:16 +0000 Subject: Use SHLIBTOOL to install the plugins since we used it to build them. --- security/cy2-login/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security/cy2-login') diff --git a/security/cy2-login/Makefile b/security/cy2-login/Makefile index 267bf00928c..717d40f0f3b 100644 --- a/security/cy2-login/Makefile +++ b/security/cy2-login/Makefile @@ -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 @@ ALL_TARGET= liblogin.la 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" -- cgit v1.2.3