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.common | |
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.common')
-rw-r--r-- | graphics/gnuplot/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
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/ \ |