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 /graphics/gnuplot | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index a5909b9de5d..2dae37f577e 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.37 2007/02/01 12:15:38 drochner Exp $ +# $NetBSD: Makefile,v 1.38 2007/02/22 19:26:34 wiz Exp $ # PKGREVISION= 7 SVR4_PKGNAME= gplot CATEGORIES+= x11 -CONFLICTS+= gnuplot-nox11-[0-9]* +CONFLICTS+= gnuplot-nox11-[0-9]* .include "../../graphics/gnuplot/Makefile.common" |