summaryrefslogtreecommitdiff
path: root/security/rsaref
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-09-01 14:29:28 +0000
committeragc <agc@pkgsrc.org>1998-09-01 14:29:28 +0000
commit42e5872f3281bcadf784d1747c5a0eaaa6585158 (patch)
treefad0852944d12b5771cf07e1c6e47e51fc27cc23 /security/rsaref
parentf31ef2befe0f9c487b13a39134d1d135bda8e5b4 (diff)
downloadpkgsrc-42e5872f3281bcadf784d1747c5a0eaaa6585158.tar.gz
Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately.
Diffstat (limited to 'security/rsaref')
-rw-r--r--security/rsaref/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile
index 657b8a4eda2..52889fe3354 100644
--- a/security/rsaref/Makefile
+++ b/security/rsaref/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/08/20 15:17:24 tsarna Exp $
+# $NetBSD: Makefile,v 1.10 1998/09/01 14:29:28 agc Exp $
#
DISTNAME= rsaref20
@@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.rsa.com/rsalabs/newfaq/q174.html
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
+USE_LIBTOOL= yes
RESTRICTED= "Cryptographic source usable only within the USA"
MIRROR_DISTFILE= no
@@ -45,7 +45,7 @@ do-configure:
do-install:
${MKDIR} ${PREFIX}/include/rsaref ${PREFIX}/share/doc/rsaref
cd ${WRKSRC} && \
- ${PREFIX}/bin/libtool --mode=install ${INSTALL_DATA} \
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} \
librsaref.la ${PREFIX}/lib
cd ${WRKDIR}/source && \
${INSTALL_DATA} des.h global.h md2.h md5.h rsa.h rsaref.h \