Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 22:50:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352157 - head/net/gnome-netstatus
Message-ID:  <201404252250.s3PMopnc084031@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 25 22:50:51 2014
New Revision: 352157
URL: http://svnweb.freebsd.org/changeset/ports/352157
QAT: https://qat.redports.org/buildarchive/r352157/

Log:
  Support stage

Modified:
  head/net/gnome-netstatus/Makefile

Modified: head/net/gnome-netstatus/Makefile
==============================================================================
--- head/net/gnome-netstatus/Makefile	Fri Apr 25 22:21:13 2014	(r352156)
+++ head/net/gnome-netstatus/Makefile	Fri Apr 25 22:50:51 2014	(r352157)
@@ -10,19 +10,17 @@ MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	A GNOME applet that shows network status
+COMMENT=	GNOME applet that shows network status
 
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
-USE_BZIP2=	yes
-USE_GNOME=	gnomehack intlhack gnomeprefix libgnome gnomepanel \
-		gnomedocutils
-USES=		gettext gmake pkgconfig
+USE_GNOME=	intlhack gnomeprefix libgnome gnomepanel gnomedocutils
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
+INSTALL_TARGET=	install-strip
 
 GCONF_SCHEMAS=	netstatus.schemas
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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