Index: head/net/libdnet/Makefile =================================================================== --- head/net/libdnet/Makefile (revision 119070) +++ head/net/libdnet/Makefile (revision 119071) @@ -1,23 +1,25 @@ # New ports collection makefile for: libdnet # Date created: 15 April 2002 # Whom: Dominic Marks # # $FreeBSD$ # PORTNAME= libdnet PORTVERSION= 1.8 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= yonatan@xpert.com COMMENT= A simple interface to low level networking routines GNU_CONFIGURE= yes USE_GMAKE= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 MAN3= dnet.3 MAN8= dnet.8 .include Property changes on: head/net/libdnet/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net/libdnet/pkg-plist =================================================================== --- head/net/libdnet/pkg-plist (revision 119070) +++ head/net/libdnet/pkg-plist (revision 119071) @@ -1,19 +1,21 @@ bin/dnet-config sbin/dnet lib/libdnet.a +lib/libdnet.so +lib/libdnet.so.0 include/dnet/addr.h include/dnet/arp.h include/dnet/blob.h include/dnet/eth.h include/dnet/fw.h include/dnet/icmp.h include/dnet/intf.h include/dnet/ip.h include/dnet/ip6.h include/dnet/os.h include/dnet/rand.h include/dnet/route.h include/dnet/tcp.h include/dnet/udp.h include/dnet.h @dirrm include/dnet Property changes on: head/net/libdnet/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property