summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-12 13:40:42 +0000
committerjlam <jlam>2004-02-12 13:40:42 +0000
commitc209549f0b0a13dd829aa65e5ce0a64ab572549a (patch)
tree0d75a698e6da22eab5f1bfe7e31f9fc42b821dfb /security
parentb6f71f69754f908e72b4c68ee384499536be29cf (diff)
downloadpkgsrc-c209549f0b0a13dd829aa65e5ce0a64ab572549a.tar.gz
PKGSHLIBTOOL has been removed from pkgsrc; we're supposed to use
${SHLIBTOOL} instead.
Diffstat (limited to 'security')
-rw-r--r--security/cy2-login/Makefile4
-rw-r--r--security/cy2-ntlm/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/cy2-login/Makefile b/security/cy2-login/Makefile
index 58bcd4bf0ee..2839ef71b81 100644
--- a/security/cy2-login/Makefile
+++ b/security/cy2-login/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/08 22:13:14 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/12 13:40:42 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-login/}
COMMENT= Cyrus SASL LOGIN authentication plugin
@@ -18,7 +18,7 @@ ALL_TARGET= liblogin.la
do-install:
${INSTALL_DATA_DIR} ${PLUGINDIR}
cd ${WRKSRC}/plugins && \
- ${PKGSHLIBTOOL} --mode=install \
+ ${SHLIBTOOL} --mode=install \
${INSTALL_PROGRAM} liblogin.la ${PLUGINDIR}
.include "../../mk/bsd.pkg.mk"
diff --git a/security/cy2-ntlm/Makefile b/security/cy2-ntlm/Makefile
index 93c03a04fd3..c128a6a6983 100644
--- a/security/cy2-ntlm/Makefile
+++ b/security/cy2-ntlm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/08 22:13:14 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/12 13:40:42 jlam Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
PKGREVISION= 1
@@ -16,7 +16,7 @@ ALL_TARGET= libntlm.la
do-install:
${INSTALL_DATA_DIR} ${PLUGINDIR}
cd ${WRKSRC}/plugins && \
- ${PKGSHLIBTOOL} --mode=install \
+ ${SHLIBTOOL} --mode=install \
${INSTALL_PROGRAM} libntlm.la ${PLUGINDIR}
.include "../../security/openssl/buildlink3.mk"