diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /x11/fixesproto | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'x11/fixesproto')
-rw-r--r-- | x11/fixesproto/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fixesproto/builtin.mk b/x11/fixesproto/builtin.mk index cd1705df929..faa3b6bbb16 100644 --- a/x11/fixesproto/builtin.mk +++ b/x11/fixesproto/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.5 2006/12/16 01:04:43 joerg Exp $ +# $NetBSD: builtin.mk,v 1.6 2007/02/22 19:27:26 wiz Exp $ BUILTIN_PKG:= fixesproto @@ -22,7 +22,7 @@ IS_BUILTIN.fixesproto= no # Here, we skip checking whether the files are under ${LOCALBASE} since # we'll consider this X11 package to be built-in even if it's a part # of one of the pkgsrc-installed X11 distributions. -# +# . if empty(H_XFIXESPROTO:M__nonexistent__) && \ empty(H_XFIXESWIRE:M__nonexistent__) IS_BUILTIN.fixesproto= yes |