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 | 5f9afea6abf5a9e504cbe6a36d3b419480dcb285 (patch) | |
tree | 93299e72e2bea521edf5f3b22c91cb428587de6c /graphics | |
parent | 0cc32b3e33b521603b72704ad6d9e9a27eefa1cd (diff) | |
download | pkgsrc-5f9afea6abf5a9e504cbe6a36d3b419480dcb285.tar.gz |
pkglint says: ERROR: graphics/gnuplot/Makefile.common:4: PKGREVISION
must not be set outside the package Makefile.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 3 | ||||
-rw-r--r-- | graphics/gnuplot/Makefile.common | 5 |
2 files changed, 5 insertions, 3 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 diff --git a/graphics/gnuplot/Makefile.common b/graphics/gnuplot/Makefile.common index 212ff44e09f..3f3c36a7bfd 100644 --- a/graphics/gnuplot/Makefile.common +++ b/graphics/gnuplot/Makefile.common @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.common,v 1.11 2007/11/30 12:31:52 tron Exp $ +# $NetBSD: Makefile.common,v 1.12 2007/12/16 21:49:31 rillig Exp $ + +# used by ../../graphics/gnuplot-nox11 DISTNAME= gnuplot-4.2.2 -PKGREVISION= 1 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \ ftp://ftp.ucc.ie/pub/gnuplot/ \ |