svn commit: r333033 - head/x11-themes/cursor-crystal-theme
David Naylor
dbn at FreeBSD.org
Wed Nov 6 19:06:10 UTC 2013
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
More information about the svn-ports-all
mailing list