svn commit: r352176 - head/sysutils/battfink

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 25 23:33:37 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list