Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 05:24:32 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341911 - head/net/howl
Message-ID:  <201401310524.s0V5OWMV029430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jan 31 05:24:31 2014
New Revision: 341911
URL: http://svnweb.freebsd.org/changeset/ports/341911
QAT: https://qat.redports.org/buildarchive/r341911/

Log:
  - Stage support

Modified:
  head/net/howl/Makefile
  head/net/howl/pkg-plist

Modified: head/net/howl/Makefile
==============================================================================
--- head/net/howl/Makefile	Fri Jan 31 05:24:22 2014	(r341910)
+++ head/net/howl/Makefile	Fri Jan 31 05:24:31 2014	(r341911)
@@ -24,9 +24,6 @@ PLIST_SUB=	VERSION="${PORTVERSION}"
 CPPFLAGS+=	${PTHREAD_CFLAGS}
 LDFLAGS+=	${PTHREAD_LIBS}
 
-MAN8=		mDNSResponder.8
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure
 

Modified: head/net/howl/pkg-plist
==============================================================================
--- head/net/howl/pkg-plist	Fri Jan 31 05:24:22 2014	(r341910)
+++ head/net/howl/pkg-plist	Fri Jan 31 05:24:31 2014	(r341911)
@@ -46,6 +46,7 @@ libdata/pkgconfig/howl.pc
 %%DATADIR%%/help/txt_rec_iter.html
 %%DATADIR%%/help/txt_rec_str_iter-summary.html
 %%DATADIR%%/help/txt_rec_str_iter.html
+man/man8/mDNSResponder.8.gz
 @dirrm %%DATADIR%%/help
 @dirrm %%DATADIR%%
 @dirrm include/howl/salt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401310524.s0V5OWMV029430>