diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-16 21:49:31 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-16 21:49:31 +0000 |
commit | b375cee4dbfb76e078ea5feaf58e4f82df2bc4ba (patch) | |
tree | 93299e72e2bea521edf5f3b22c91cb428587de6c /graphics/gnuplot/Makefile | |
parent | 07aedea81b0bdb1840d258bbd2aa69b0104e6f01 (diff) | |
download | pkgsrc-b375cee4dbfb76e078ea5feaf58e4f82df2bc4ba.tar.gz |
pkglint says: ERROR: graphics/gnuplot/Makefile.common:4: PKGREVISION
must not be set outside the package Makefile.
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index b593785efda..ff58d81aae4 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2007/11/30 12:31:52 tron Exp $ +# $NetBSD: Makefile,v 1.41 2007/12/16 21:49:31 rillig Exp $ +PKGREVISION= 1 SVR4_PKGNAME= gplot CATEGORIES+= x11 |