diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 17:45:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 17:45:20 +0000 |
commit | f69aaef3d9d005042949a9fa529ec8b63571cf55 (patch) | |
tree | 6a93b3be6bfbdf88be60e73fc9fec72b1fff2725 | |
parent | 12c9983f4d56ad95bf84dab8212713e41428953e (diff) | |
download | pkgsrc-f69aaef3d9d005042949a9fa529ec8b63571cf55.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
-rw-r--r-- | devel/libnet/Makefile | 4 | ||||
-rw-r--r-- | devel/libnet/pkg/PLIST | 4 | ||||
-rw-r--r-- | devel/libsmi/Makefile | 8 | ||||
-rw-r--r-- | devel/libsmi/pkg/PLIST | 3 |
4 files changed, 10 insertions, 9 deletions
diff --git a/devel/libnet/Makefile b/devel/libnet/Makefile index 314d754ebff..8a42f17bf9f 100644 --- a/devel/libnet/Makefile +++ b/devel/libnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/14 12:07:45 itojun Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/14 17:45:20 wiz Exp $ # DISTNAME= libnet-1.0.1b @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.packetfactory.net/libnet/ -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBNET_CONFIG_CFLAGS="-I${PREFIX}/include" \ LIBNET_CONFIG_LIBS="${LDFLAGS}" diff --git a/devel/libnet/pkg/PLIST b/devel/libnet/pkg/PLIST index 40f74928a4d..9e529937c98 100644 --- a/devel/libnet/pkg/PLIST +++ b/devel/libnet/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/08 08:25:01 sakamoto Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/08/14 17:45:21 wiz Exp $ bin/libnet-config include/libnet.h include/libnet/libnet-asn1.h @@ -8,7 +8,9 @@ include/libnet/libnet-macros.h include/libnet/libnet-ospf.h include/libnet/libnet-structures.h lib/libnet.a +lib/libnet.la lib/libnet.so.1.0 man/man3/libnet.3 @exec ln -s %D/share/doc/libnet/examples %D/share/examples/libnet @unexec rm %D/share/examples/libnet +@dirrm include/libnet diff --git a/devel/libsmi/Makefile b/devel/libsmi/Makefile index f0074e8ef02..e127597b910 100644 --- a/devel/libsmi/Makefile +++ b/devel/libsmi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:23 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/14 17:51:20 wiz Exp $ # DISTNAME= libsmi-0.1.6 @@ -10,7 +10,8 @@ HOMEPAGE= http://www.ibr.cs.tu-bs.de/projects/libsmi/ MIBDIR= ${PREFIX}/share/libsmi/mibs -USE_PKGLIBTOOL= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig GNU_CONFIGURE= YES CPPFLAGS+= -Dstrtoll=strtoq -Dstrtoull=strtouq CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" @@ -19,7 +20,4 @@ CONFIGURE_ARGS+=--with-mibdir="${MIBDIR}" # and local ones too CONFIGURE_ARGS+=--with-smipath="${MIBDIR}:${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tnm2.1.8/mibs:/usr/local/share/snmp/mibs" -post-configure: - @(cd ${WRKSRC}; ${RM} -f libtool; ${LN} -s ${LIBTOOL} libtool) - .include "../../mk/bsd.pkg.mk" diff --git a/devel/libsmi/pkg/PLIST b/devel/libsmi/pkg/PLIST index 9f17e0bab27..55eb09f2f89 100644 --- a/devel/libsmi/pkg/PLIST +++ b/devel/libsmi/pkg/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/08 07:59:18 sakamoto Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/08/14 17:51:21 wiz Exp $ bin/smidump bin/smilint bin/smiquery include/smi.h lib/libsmi.a +lib/libsmi.la lib/libsmi.so.1.1 man/man1/smidump.1 man/man1/smilint.1 |