From owner-svn-ports-head@FreeBSD.ORG Thu Nov 7 19:57:29 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AD49097F; Thu, 7 Nov 2013 19:57:29 +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 999962985; Thu, 7 Nov 2013 19:57:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA7JvTBb032710; Thu, 7 Nov 2013 19:57:29 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA7JvTkS032709; Thu, 7 Nov 2013 19:57:29 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201311071957.rA7JvTkS032709@svn.freebsd.org> From: David Naylor Date: Thu, 7 Nov 2013 19:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333149 - 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: Thu, 07 Nov 2013 19:57:29 -0000 Author: dbn Date: Thu Nov 7 19:57:29 2013 New Revision: 333149 URL: http://svnweb.freebsd.org/changeset/ports/333149 Log: Add LICENSE to x11-themes/cursor-crystal-theme. - Also make building more robust by always cleaning on a rebuild Modified: head/x11-themes/cursor-crystal-theme/Makefile Modified: head/x11-themes/cursor-crystal-theme/Makefile ============================================================================== --- head/x11-themes/cursor-crystal-theme/Makefile Thu Nov 7 19:40:29 2013 (r333148) +++ head/x11-themes/cursor-crystal-theme/Makefile Thu Nov 7 19:57:29 2013 (r333149) @@ -1,9 +1,6 @@ # Created by: David Naylor # $FreeBSD$ -# Note: 1) If port is interupted while compiling, "make clean" must be run before -# attempting to recompile. - PORTNAME= cursor-crystal-theme DISTVERSION= 1.1.1 PORTREVISION= 5 @@ -15,6 +12,8 @@ DISTNAME= Crystalcursors MAINTAINER= dbn@FreeBSD.org COMMENT= KDE Crystal style X cursor theme +LICENSE= LGPL21 + BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ xcursorgen:${PORTSDIR}/x11/xcursorgen @@ -33,6 +32,9 @@ post-patch: ${WRKSRC}/left-handed_templates/Makefile \ ${WRKSRC}/white_src/Makefile +pre-build: + @(cd ${WRKSRC}; ${ENV} ${MAKE_ENV} ${GMAKE} clean ${MAKE_ARGS}) + pre-install: @${REINPLACE_CMD} \ -e 's|$$(HOME)/.icons/|${STAGEDIR}${PREFIX}/lib/X11/icons|' \