svn commit: r341916 - in head/net: dosdetector libfixbuf

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 06:48:41 UTC 2014


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
 


More information about the svn-ports-all mailing list