aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xcompmgr
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-05-14 01:14:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-05-14 01:14:22 +0000
commit750830b33393242e6fd5439f1c70c35837949810 (patch)
treeffa2cfcc329b01a72775a939818fc57b765e4a16 /x11-wm/xcompmgr
parent0cf481559354e0df167451e47bd618e0a5986dd7 (diff)
downloadports-750830b33393242e6fd5439f1c70c35837949810.tar.gz
ports-750830b33393242e6fd5439f1c70c35837949810.zip
[PATCH] x11-wm/xcompmgr: portlint(1) fixes
- Make IGNORE such that potlint won't complain about it PR: ports/95832 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=162275
Diffstat (limited to 'x11-wm/xcompmgr')
-rw-r--r--x11-wm/xcompmgr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile
index fce5f3e8802b..5badea72e61a 100644
--- a/x11-wm/xcompmgr/Makefile
+++ b/x11-wm/xcompmgr/Makefile
@@ -21,7 +21,7 @@ MAN1= xcompmgr.1
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} != xorg
-IGNORE= requires the composite extension, which is unavailable with XFree86.
+IGNORE= requires the composite extension, which is unavailable with XFree86
.endif
.include <bsd.port.post.mk>