diff options
-rw-r--r-- | net/howl/Makefile | 15 | ||||
-rw-r--r-- | net/howl/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | net/howl/pkg-plist | 4 |
3 files changed, 6 insertions, 27 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 1d9f03248e4f..c2215f5832d2 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -3,7 +3,7 @@ PORTNAME= howl PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ @@ -12,19 +12,12 @@ COMMENT= Zeroconf/Bonjour(tm) implementation CONFLICTS= avahi-[0-9]* -USE_AUTOTOOLS= libtool -USES= gmake pkgconfig -USE_LDCONFIG= yes GNU_CONFIGURE= yes - +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix pkgconfig +USE_LDCONFIG= yes USE_RC_SUBR= mdnsresponder PLIST_SUB= VERSION="${PORTVERSION}" -CPPFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} - -post-patch: - @${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/net/howl/files/patch-Makefile.in b/net/howl/files/patch-Makefile.in deleted file mode 100644 index ffc4b9d045e0..000000000000 --- a/net/howl/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Mon May 31 14:11:12 2004 -+++ Makefile.in Mon May 31 14:12:11 2004 -@@ -95,7 +95,7 @@ - install_sh = @install_sh@ - SUBDIRS = include src samples test docs etc project - --pkgconfigdir = $(prefix)/lib/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = howl.pc - subdir = . - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index bcb7bde50c9d..bd92df3b8060 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -24,13 +24,13 @@ include/howl/salt/signal.h include/howl/salt/socket.h include/howl/salt/time.h lib/libhowl.a -lib/libhowl.la lib/libhowl.so lib/libhowl.so.0 +lib/libhowl.so.0.0.0 lib/libmDNSResponder.a -lib/libmDNSResponder.la lib/libmDNSResponder.so lib/libmDNSResponder.so.0 +lib/libmDNSResponder.so.0.0.0 libdata/pkgconfig/howl.pc %%DATADIR%%/help/address-summary.html %%DATADIR%%/help/address.html |