From owner-svn-ports-head@FreeBSD.ORG Wed Jul 3 07:53:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 990F5E1D; Wed, 3 Jul 2013 07:53:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8B9E3124F; Wed, 3 Jul 2013 07:53:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r637rakJ078920; Wed, 3 Jul 2013 07:53:36 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r637rasB078919; Wed, 3 Jul 2013 07:53:36 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201307030753.r637rasB078919@svn.freebsd.org> From: Koop Mast Date: Wed, 3 Jul 2013 07:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322215 - head/graphics/gtk-update-icon-cache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 07:53:36 -0000 Author: kwm Date: Wed Jul 3 07:53:36 2013 New Revision: 322215 URL: http://svnweb.freebsd.org/changeset/ports/322215 Log: Use BUILD_WRKSRC and ALL_TARGET instead of custom do-build: target. Submitted by: bapt@ Modified: head/graphics/gtk-update-icon-cache/Makefile Modified: head/graphics/gtk-update-icon-cache/Makefile ============================================================================== --- head/graphics/gtk-update-icon-cache/Makefile Wed Jul 3 05:48:25 2013 (r322214) +++ head/graphics/gtk-update-icon-cache/Makefile Wed Jul 3 07:53:36 2013 (r322215) @@ -1,6 +1,6 @@ # Created by: Koop Mast # $FreeBSD$ -# $MCom: ports/graphics/gtk-update-icon-cache/Makefile,v 1.18 2013/03/04 17:44:37 kwm Exp $ +# $MCom: ports/trunk/graphics/gtk-update-icon-cache/Makefile 18610 2013-06-30 16:33:05Z marcus $ PORTNAME= gtk-update-icon-cache PORTVERSION= 2.24.19 @@ -34,6 +34,8 @@ PATCHDIR= ${.CURDIR}/../../x11-toolkits/ CONFIGURE_ARGS= --enable-static --with-xinput=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +BUILD_WRKSRC= ${WRKSRC}/gtk +ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/gtk-update-icon-cache MAN1= gtk-update-icon-cache.1 @@ -46,9 +48,6 @@ pre-configure: @${FALSE} .endif -do-build: - @cd ${WRKSRC}/gtk && ${GMAKE} gtk-update-icon-cache - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/gtk/gtk-update-icon-cache \ ${PREFIX}/bin/