From 5f9afea6abf5a9e504cbe6a36d3b419480dcb285 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 16 Dec 2007 21:49:31 +0000 Subject: pkglint says: ERROR: graphics/gnuplot/Makefile.common:4: PKGREVISION must not be set outside the package Makefile. --- graphics/gnuplot/Makefile | 3 ++- graphics/gnuplot/Makefile.common | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'graphics') 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/ \ -- cgit v1.2.3