From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 19:06:10 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 6C411FF6; Wed, 6 Nov 2013 19:06:10 +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 59CA42588; Wed, 6 Nov 2013 19:06:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA6J6AJj004291; Wed, 6 Nov 2013 19:06:10 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA6J6A6D004290; Wed, 6 Nov 2013 19:06:10 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201311061906.rA6J6A6D004290@svn.freebsd.org> From: David Naylor Date: Wed, 6 Nov 2013 19:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333033 - 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: Wed, 06 Nov 2013 19:06:10 -0000 Author: dbn Date: Wed Nov 6 19:06:09 2013 New Revision: 333033 URL: http://svnweb.freebsd.org/changeset/ports/333033 Log: Remove the MAKE_ENV+=DESTDIR=${STAGEDIR} from the x11-themes/cursor-crystal-theme. This is a redundant line as DESTDIR is specified automatically via MAKE_ARGS. Hint by: danfe (implicit, comment on r332477) Modified: head/x11-themes/cursor-crystal-theme/Makefile Modified: head/x11-themes/cursor-crystal-theme/Makefile ============================================================================== --- head/x11-themes/cursor-crystal-theme/Makefile Wed Nov 6 19:05:49 2013 (r333032) +++ head/x11-themes/cursor-crystal-theme/Makefile Wed Nov 6 19:06:09 2013 (r333033) @@ -18,7 +18,6 @@ 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