diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 19:18:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 19:18:16 +0000 |
commit | 18d4961b2115ec2cb1f773d988837eceda28a002 (patch) | |
tree | 0a9b68eab21e636283ce2b6fd8f4017d32a5909e /security/cy2-login | |
parent | 48099e406a453de046ebf2ca0a75b3e8425c8887 (diff) | |
download | pkgsrc-18d4961b2115ec2cb1f773d988837eceda28a002.tar.gz |
Use SHLIBTOOL to install the plugins since we used it to build them.
Diffstat (limited to 'security/cy2-login')
-rw-r--r-- | security/cy2-login/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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" |