From 3f04eeff4712154fbbf8732d3e78bbcf07ac9e77 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Tue, 12 Oct 2004 17:36:00 +0000 Subject: [PATCH] - add missing files - add INSTALLS_SHLIB and USE_LIBTOOL_VER PR: ports/71710 Submitted by: leeym Approved by: maintainer timeout --- net/libdnet/Makefile | 2 ++ net/libdnet/pkg-plist | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 5bbc98aa9030..c068d25df603 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -16,6 +16,8 @@ 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 diff --git a/net/libdnet/pkg-plist b/net/libdnet/pkg-plist index 9fe912270202..4d8a0fc35c00 100644 --- a/net/libdnet/pkg-plist +++ b/net/libdnet/pkg-plist @@ -1,6 +1,8 @@ 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