Date: Wed, 6 Nov 2013 19:06:10 +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: r333033 - head/x11-themes/cursor-crystal-theme Message-ID: <201311061906.rA6J6A6D004290@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311061906.rA6J6A6D004290>