diff options
author | tron <tron@pkgsrc.org> | 1999-01-29 20:18:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-29 20:18:26 +0000 |
commit | 17ffe40ed70785038f9f32e57b23a2fa6bf31ae5 (patch) | |
tree | 1707065641550bc853d1355bbc7f42508f55557a /graphics | |
parent | a3b07a10d42161e81996c0aa69bad11efdc16c71 (diff) | |
download | pkgsrc-17ffe40ed70785038f9f32e57b23a2fa6bf31ae5.tar.gz |
Move xplot to category graphics per PR pkg/6909 by Klaus Klein.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | graphics/xplot/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6306ad563d2..bb3904cfa6d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 1998/11/07 15:29:26 frueauf Exp $ +# $NetBSD: Makefile,v 1.35 1999/01/29 20:18:28 tron Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -76,6 +76,7 @@ # SUBDIR += xmountains SUBDIR += xpaint SUBDIR += xpdf + SUBDIR += xplot SUBDIR += xpm SUBDIR += xv diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile index 0e33227cbd6..448162b009e 100644 --- a/graphics/xplot/Makefile +++ b/graphics/xplot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 1998/06/19 23:01:28 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/01/29 20:18:28 tron Exp $ # DISTNAME= xplot-0.90 -CATEGORIES= x11 +CATEGORIES= graphics x11 MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/ MAINTAINER= thorpej@netbsd.org |