diff options
author | tron <tron@pkgsrc.org> | 2007-11-30 12:31:52 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-11-30 12:31:52 +0000 |
commit | f640f2852b5a903f4268bac9407bb025b40c48f2 (patch) | |
tree | e8200952d672c3442fb65909d9f7a73b30a66e7b /graphics/gnuplot/Makefile | |
parent | 8febbb540d3a95b466194c90a19b460020f94dbf (diff) | |
download | pkgsrc-f640f2852b5a903f4268bac9407bb025b40c48f2.tar.gz |
Fix various package list problems:
1.) Remove directory "share/gnuplot/4.2/PostScript" during deinstallation.
2.) Prevent installation of "share/texmf-local/tex/latex/gnuplot" if
LaTeX is available (because we don't want to depend on "tetex").
3.) Update package list of "gnuplot-nox11" for version 4.2.
Bump revision of both packages.
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index e27623fee6d..b593785efda 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/11/30 07:13:18 cjs Exp $ -# +# $NetBSD: Makefile,v 1.40 2007/11/30 12:31:52 tron Exp $ SVR4_PKGNAME= gplot CATEGORIES+= x11 |