diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-21 01:17:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-21 01:17:52 +0000 |
commit | 9bc20ee55f3a3f064d45d370f2b76dc2308ed20a (patch) | |
tree | ed5a616f06c44c6693ebc1acda6546787fe6dc36 /security/rsaref | |
parent | 99a2cd4c36f73ab96bf3e6911db555647112695b (diff) | |
download | pkgsrc-9bc20ee55f3a3f064d45d370f2b76dc2308ed20a.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'security/rsaref')
-rw-r--r-- | security/rsaref/Makefile | 4 | ||||
-rw-r--r-- | security/rsaref/pkg/PLIST | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 42f281976b7..730d523e09f 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2000/06/01 11:23:41 rh Exp $ +# $NetBSD: Makefile,v 1.18 2000/06/21 01:17:52 jlam Exp $ # DISTNAME= rsaref @@ -15,7 +15,7 @@ MIRROR_DISTFILE= no IS_INTERACTIVE= yes # requires options to be set in order to use LICENSE= no-commercial-use -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes MAKEFILE= unix/makefile ALL_TARGET= librsaref.la diff --git a/security/rsaref/pkg/PLIST b/security/rsaref/pkg/PLIST index 1c445e8084c..9fc99a837e3 100644 --- a/security/rsaref/pkg/PLIST +++ b/security/rsaref/pkg/PLIST @@ -1,13 +1,14 @@ -@comment $NetBSD: PLIST,v 1.5 1999/05/26 15:33:17 tv Exp $ +@comment $NetBSD: PLIST,v 1.6 2000/06/21 01:17:53 jlam Exp $ include/rsaref/des.h include/rsaref/global.h include/rsaref/md2.h include/rsaref/md5.h include/rsaref/rsa.h include/rsaref/rsaref.h -@dirrm include/rsaref lib/librsaref.a +lib/librsaref.la lib/librsaref.so.3.0 share/doc/rsaref/info.txt share/doc/rsaref/rsaref.txt @dirrm share/doc/rsaref +@dirrm include/rsaref |