Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 19:57:29 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
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
Message-ID:  <201311071957.rA7JvTkS032709@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <naylor.b.david@gmail.com>
 # $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|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071957.rA7JvTkS032709>