From owner-svn-ports-head@FreeBSD.ORG Mon Nov 4 17:26:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5DD843BD; Mon, 4 Nov 2013 17:26:44 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A8022558; Mon, 4 Nov 2013 17:26:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4HQiMV064557; Mon, 4 Nov 2013 17:26:44 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA4HQiPs064556; Mon, 4 Nov 2013 17:26:44 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201311041726.rA4HQiPs064556@svn.freebsd.org> From: David Naylor Date: Mon, 4 Nov 2013 17:26:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332749 - head/x11-themes/cursor-crystal-theme 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: Mon, 04 Nov 2013 17:26:44 -0000 Author: dbn Date: Mon Nov 4 17:26:43 2013 New Revision: 332749 URL: http://svnweb.freebsd.org/changeset/ports/332749 Log: Add stage support to x11-themes/cursor-crystal-theme. While here move gmake to USES framework. Modified: head/x11-themes/cursor-crystal-theme/Makefile Modified: head/x11-themes/cursor-crystal-theme/Makefile ============================================================================== --- head/x11-themes/cursor-crystal-theme/Makefile Mon Nov 4 17:04:46 2013 (r332748) +++ head/x11-themes/cursor-crystal-theme/Makefile Mon Nov 4 17:26:43 2013 (r332749) @@ -18,10 +18,10 @@ COMMENT= KDE Crystal style X cursor them BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ xcursorgen:${PORTSDIR}/x11/xcursorgen +MAKE_ENV+= DESTDIR=${STAGEDIR} +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|function ||' \ ${WRKSRC}/colorize.sh \ @@ -36,9 +36,9 @@ post-patch: pre-install: @${REINPLACE_CMD} \ - -e 's|$$(HOME)/.icons/|${DESTDIR}${PREFIX}/lib/X11/icons|' \ - -e 's|$$(MAKE) .*install|$$(MAKE) PREFIX=${DESTDIR}${PREFIX}/lib/X11/icons install|g' \ - -e 's|theme.default .*/default/index.theme|theme.default ${DESTDIR}${PREFIX}/lib/X11/icons/default/index.theme|' \ + -e 's|$$(HOME)/.icons/|${STAGEDIR}${PREFIX}/lib/X11/icons|' \ + -e 's|$$(MAKE) .*install|$$(MAKE) PREFIX=${STAGEDIR}${PREFIX}/lib/X11/icons install|g' \ + -e 's|theme.default .*/default/index.theme|theme.default ${STAGEDIR}${PREFIX}/lib/X11/icons/default/index.theme|' \ ${WRKSRC}/Makefile .include