diff options
author | jlam <jlam> | 2000-06-21 07:07:40 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-06-21 07:07:40 +0000 |
commit | df47740603b81713957519d559d1fb5f59e0c224 (patch) | |
tree | 1416dceb88779164e8460c2b816a7af83583ad8e /security/libident | |
parent | 6e91b43615c276682403fad1d1761a23734e9aa1 (diff) | |
download | pkgsrc-df47740603b81713957519d559d1fb5f59e0c224.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'security/libident')
-rw-r--r-- | security/libident/Makefile | 4 | ||||
-rw-r--r-- | security/libident/pkg/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 5bead1bf26b..3c452c55d45 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:41 rh Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/21 07:14:07 jlam Exp $ # FreeBSD ID: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp DISTNAME= libident-0.22 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ MAINTAINER= packages@netbsd.org -USE_PKGLIBTOOL= yes +USE_LIBTOOL= # defined ALL_TARGET= netbsd MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" diff --git a/security/libident/pkg/PLIST b/security/libident/pkg/PLIST index 331a0188c23..06db5440b0f 100644 --- a/security/libident/pkg/PLIST +++ b/security/libident/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 1999/03/12 16:29:04 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/06/21 07:14:10 jlam Exp $ include/ident.h lib/libident.a +lib/libident.la lib/libident.so.0.22 man/man3/ident.3 |