svn commit: r342271 - head/devel/libstatgrab

Martin Wilke miwi at FreeBSD.org
Sun Feb 2 11:16:23 UTC 2014


Author: miwi
Date: Sun Feb  2 11:16:22 2014
New Revision: 342271
URL: http://svnweb.freebsd.org/changeset/ports/342271
QAT: https://qat.redports.org/buildarchive/r342271/

Log:
  - Unbreak build
  
  Reported by:	qtabot

Modified:
  head/devel/libstatgrab/Makefile

Modified: head/devel/libstatgrab/Makefile
==============================================================================
--- head/devel/libstatgrab/Makefile	Sun Feb  2 11:00:29 2014	(r342270)
+++ head/devel/libstatgrab/Makefile	Sun Feb  2 11:16:22 2014	(r342271)
@@ -26,8 +26,6 @@ CONFIGURE_ARGS+=	--disable-statgrab
 PLIST_SUB+=		STATGRAB="@comment "
 .else
 PLIST_SUB+=		STATGRAB=""
-MAN1+=			statgrab.1 statgrab-make-mrtg-config.1 \
-			statgrab-make-mrtg-index.1
 .endif
 
 .ifdef(WITHOUT_SAIDAR)
@@ -35,8 +33,6 @@ CONFIGURE_ARGS+=	--disable-saidar
 PLIST_SUB+=		SAIDAR="@comment "
 .else
 PLIST_SUB+=		SAIDAR=""
-MAN1+=			saidar.1
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list