diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-15 13:43:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-15 13:43:44 +0000 |
commit | 360bdeb44bf3be58370ccadeff9d3353e02994b8 (patch) | |
tree | 1502037f745c746ac82bd3606e148381d9d211b3 /math | |
parent | d822565bc0f516fc30c98723db6dc448e950b9c4 (diff) | |
download | ports-360bdeb44bf3be58370ccadeff9d3353e02994b8.tar.gz ports-360bdeb44bf3be58370ccadeff9d3353e02994b8.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/graphthing/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 2911cae555be..d4b2b246379d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -38,6 +38,7 @@ SUBDIR += gnuplot SUBDIR += gnuplot+ SUBDIR += grace + SUBDIR += graphthing SUBDIR += gri SUBDIR += grpn SUBDIR += gsl diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index bba6d55ce8a1..5e8f22f04b89 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -8,7 +8,7 @@ PORTNAME= graphthing PORTVERSION= 0.7 -CATEGORIES= misc +CATEGORIES= math MASTER_SITES= http://members.optushome.com.au/davidsymonds/gt/ MAINTAINER= freebsdports@arved.de |