svn commit: r341911 - head/net/howl

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 05:24:32 UTC 2014


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


More information about the svn-ports-all mailing list