Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 06:48:41 +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: r341916 - in head/net: dosdetector libfixbuf
Message-ID:  <201401310648.s0V6mfSQ060183@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jan 31 06:48:40 2014
New Revision: 341916
URL: http://svnweb.freebsd.org/changeset/ports/341916
QAT: https://qat.redports.org/buildarchive/r341916/

Log:
  - Stage support

Modified:
  head/net/dosdetector/Makefile
  head/net/libfixbuf/Makefile

Modified: head/net/dosdetector/Makefile
==============================================================================
--- head/net/dosdetector/Makefile	Fri Jan 31 06:48:18 2014	(r341915)
+++ head/net/dosdetector/Makefile	Fri Jan 31 06:48:40 2014	(r341916)
@@ -16,8 +16,7 @@ COMMENT=	Detect suspicious network traff
 HAS_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoheader
 
-PLIST_FILES=	bin/dosdetector
-MAN1=		dosdetector.1
+PLIST_FILES=	bin/dosdetector \
+		man/man1/dosdetector.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/libfixbuf/Makefile
==============================================================================
--- head/net/libfixbuf/Makefile	Fri Jan 31 06:48:18 2014	(r341915)
+++ head/net/libfixbuf/Makefile	Fri Jan 31 06:48:40 2014	(r341916)
@@ -15,7 +15,6 @@ USES=		pkgconfig
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
 



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