diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-28 21:35:40 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-28 21:35:40 +0800 |
commit | a47dca76eca65feec1afdc95123b8295b9380b2e (patch) | |
tree | 96dfff70bb3ad0a41491bca346410ff948fec1c8 /math/gnuplot | |
parent | c62730ca10171af979d23bef558a0ac6129b7182 (diff) | |
download | freebsd-ports-gnome-a47dca76eca65feec1afdc95123b8295b9380b2e.tar.gz freebsd-ports-gnome-a47dca76eca65feec1afdc95123b8295b9380b2e.tar.zst freebsd-ports-gnome-a47dca76eca65feec1afdc95123b8295b9380b2e.zip |
Add a few CATEGORIES lines to take these ports out of `orphans'.
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 95f9f40131de..9e22739f27ae 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,11 +3,12 @@ # Date created: 6 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.3 1995/04/11 02:01:00 jmz Exp $ +# $Id: Makefile,v 1.4 1995/04/22 11:30:11 asami Exp $ # DISTNAME= gnuplot PKGNAME= gnuplot-3.5 +CATEGORIES+= math graphics MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ DISTFILES= gnuplot3.5.tar.Z |