diff options
author | dbn <dbn@FreeBSD.org> | 2013-11-07 03:06:09 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-11-07 03:06:09 +0800 |
commit | a2f39cd08165971eae8c2d5d83b3e69d11395e4d (patch) | |
tree | 0f3e4edf5512dfacbeb5a6bd39fe4352d8f3fdeb /x11-themes/cursor-crystal-theme | |
parent | 346775ab7565c6150a30c9a1a7d1f4daae406e56 (diff) | |
download | freebsd-ports-gnome-a2f39cd08165971eae8c2d5d83b3e69d11395e4d.tar.gz freebsd-ports-gnome-a2f39cd08165971eae8c2d5d83b3e69d11395e4d.tar.zst freebsd-ports-gnome-a2f39cd08165971eae8c2d5d83b3e69d11395e4d.zip |
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)
Diffstat (limited to 'x11-themes/cursor-crystal-theme')
-rw-r--r-- | x11-themes/cursor-crystal-theme/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-themes/cursor-crystal-theme/Makefile b/x11-themes/cursor-crystal-theme/Makefile index ff31dda8d0ea..5ce743067d35 100644 --- a/x11-themes/cursor-crystal-theme/Makefile +++ b/x11-themes/cursor-crystal-theme/Makefile @@ -18,7 +18,6 @@ COMMENT= KDE Crystal style X cursor theme BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ xcursorgen:${PORTSDIR}/x11/xcursorgen -MAKE_ENV+= DESTDIR=${STAGEDIR} USES= gmake USE_BZIP2= yes |