diff options
Diffstat (limited to 'net/howl/Makefile')
-rw-r--r-- | net/howl/Makefile | 15 |
1 files changed, 4 insertions, 11 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> |