diff options
author | wiz <wiz@pkgsrc.org> | 2016-02-09 01:17:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-02-09 01:17:37 +0000 |
commit | 9a28f83ffa1fec2468ded06b9e22c9776774787c (patch) | |
tree | ccfa2db1d3d2c656aa7b1e2962f4cbd2d77bf562 /x11 | |
parent | fb2cb046b7e8f37fa39149c37f4d919f447725b7 (diff) | |
download | pkgsrc-9a28f83ffa1fec2468ded06b9e22c9776774787c.tar.gz |
Fix a pkglint warning.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/modular-xorg-server/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/modular-xorg-server/options.mk b/x11/modular-xorg-server/options.mk index 7cf70417b57..6fae1441b2d 100644 --- a/x11/modular-xorg-server/options.mk +++ b/x11/modular-xorg-server/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2015/09/26 08:47:17 tnn Exp $ +# $NetBSD: options.mk,v 1.14 2016/02/09 01:17:37 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.modular-xorg-server PKG_SUPPORTED_OPTIONS= dri inet6 debug dtrace @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --disable-glx pre-build: disable-modesetting .PHONY: disable-modesetting disable-modesetting: - (echo "all:"; echo "install:") > ${WRKSRC}/hw/xfree86/drivers/modesetting/Makefile + (${ECHO} "all:"; ${ECHO} "install:") > ${WRKSRC}/hw/xfree86/drivers/modesetting/Makefile .endif .if !empty(PKG_OPTIONS:Minet6) |