diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
commit | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (patch) | |
tree | b5890a54c67bba8526cf5a60ca066d6a3cf5bfc8 /graphics/xplot | |
parent | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (diff) | |
download | pkgsrc-a2a4d06c6fe93107eedfcc3d009672fe424ac7ef.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'graphics/xplot')
-rw-r--r-- | graphics/xplot/Makefile | 3 | ||||
-rw-r--r-- | graphics/xplot/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile index acef6bb9c86..31d33107d1f 100644 --- a/graphics/xplot/Makefile +++ b/graphics/xplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/04/13 15:31:05 agc Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/16 15:22:37 wiz Exp $ # DISTNAME= xplot-0.90 @@ -6,6 +6,7 @@ CATEGORIES= graphics x11 MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/ MAINTAINER= thorpej@netbsd.org +COMMENT= plotting program, most often used in conjunction with tcptrace USE_X11BASE= yes GNU_CONFIGURE= yes diff --git a/graphics/xplot/pkg/COMMENT b/graphics/xplot/pkg/COMMENT deleted file mode 100644 index f1d8d032134..00000000000 --- a/graphics/xplot/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -plotting program, most often used in conjunction with tcptrace |