aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2013-11-08 03:57:29 +0800
committerdbn <dbn@FreeBSD.org>2013-11-08 03:57:29 +0800
commitcb0def2f0d6e3d08da714492ab0e8827adce0350 (patch)
tree862718512af062d21b75faac3dd7524bd002152a /x11-themes
parent2f66ae358e3faa38bcd61cf832ed332c1734ce0a (diff)
downloadfreebsd-ports-gnome-cb0def2f0d6e3d08da714492ab0e8827adce0350.tar.gz
freebsd-ports-gnome-cb0def2f0d6e3d08da714492ab0e8827adce0350.tar.zst
freebsd-ports-gnome-cb0def2f0d6e3d08da714492ab0e8827adce0350.zip
Add LICENSE to x11-themes/cursor-crystal-theme.
- Also make building more robust by always cleaning on a rebuild
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/cursor-crystal-theme/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-themes/cursor-crystal-theme/Makefile b/x11-themes/cursor-crystal-theme/Makefile
index 5ce743067d35..7df9b7e89593 100644
--- a/x11-themes/cursor-crystal-theme/Makefile
+++ b/x11-themes/cursor-crystal-theme/Makefile
@@ -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|' \