diff options
author | asau <asau@pkgsrc.org> | 2009-01-07 00:00:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-01-07 00:00:15 +0000 |
commit | 6abaa16949500b6413d590238d83711e67f37e7b (patch) | |
tree | d2e08ec2397e467eec7082784cbc06c888f9c2e7 /math | |
parent | bd148044b1fa816b75015b967a8bb3a5b8784ae2 (diff) | |
download | pkgsrc-6abaa16949500b6413d590238d83711e67f37e7b.tar.gz |
Change category to "math" for consistency.
Discussed with tnn@.
Diffstat (limited to 'math')
-rw-r--r-- | math/fricas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 48eb30d0d4b..d602aea0426 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/14 12:25:30 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/07 00:00:15 asau Exp $ PKGNAME= fricas-1.0.3 DISTNAME= ${PKGNAME}-full -CATEGORIES= lang +CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} EXTRACT_SUFX= .tar.bz2 |