Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2014 11:16:22 +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: r342271 - head/devel/libstatgrab
Message-ID:  <201402021116.s12BGM3M000882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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