Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 23:33:37 +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: r352176 - head/sysutils/battfink
Message-ID:  <201404252333.s3PNXbwT004970@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 25 23:33:36 2014
New Revision: 352176
URL: http://svnweb.freebsd.org/changeset/ports/352176
QAT: https://qat.redports.org/buildarchive/r352176/

Log:
  Support stage

Modified:
  head/sysutils/battfink/Makefile

Modified: head/sysutils/battfink/Makefile
==============================================================================
--- head/sysutils/battfink/Makefile	Fri Apr 25 23:31:44 2014	(r352175)
+++ head/sysutils/battfink/Makefile	Fri Apr 25 23:33:36 2014	(r352176)
@@ -11,16 +11,15 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	An energy saving preferences app for GNOME
 
-USE_BZIP2=	yes
 USE_XORG=	x11
 INSTALLS_OMF=	yes
-USE_GNOME=	gnomehack gnomeprefix libgnomeui
-USES=		gettext gmake pkgconfig
+USE_GNOME=	gnomeprefix libgnomeui
+USES=		gettext gmake pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 GCONF_SCHEMAS=	battfink.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?201404252333.s3PNXbwT004970>