diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-31 18:18:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-31 18:18:14 +0000 |
commit | e904a429613f996f2559c0597d435212ab7eb1ac (patch) | |
tree | 1aa0f23f18ceb37b8903c1a9e86db7d515a50daa /math | |
parent | Use RC_SUBR_SUFFIX. (diff) |
- add category gnustep
PR: 103931
Approved by: pav
Notes
Notes:
svn path=/head/; revision=183799
Diffstat (limited to 'math')
-rw-r--r-- | math/edenmath/Makefile | 2 | ||||
-rw-r--r-- | math/matharray/Makefile | 2 | ||||
-rw-r--r-- | math/stepulator/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile index d1904d441322..cafb2c731fec 100644 --- a/math/edenmath/Makefile +++ b/math/edenmath/Makefile @@ -7,7 +7,7 @@ PORTNAME= edenmath PORTVERSION= 1.1.1 -CATEGORIES= math +CATEGORIES= math gnustep MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ DISTNAME= EdenMath_GNUstep-${PORTVERSION} diff --git a/math/matharray/Makefile b/math/matharray/Makefile index 8e06aac7df9b..1e40cd189e11 100644 --- a/math/matharray/Makefile +++ b/math/matharray/Makefile @@ -7,7 +7,7 @@ PORTNAME= matharray PORTVERSION= 1.0 -CATEGORIES= math +CATEGORIES= math gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= contrib DISTNAME= MathArray-${PORTVERSION} diff --git a/math/stepulator/Makefile b/math/stepulator/Makefile index 17c11d0edc3e..b3285ce02f36 100644 --- a/math/stepulator/Makefile +++ b/math/stepulator/Makefile @@ -7,7 +7,7 @@ PORTNAME= stepulator PORTVERSION= 1.0 -CATEGORIES= math +CATEGORIES= math gnustep MASTER_SITES= http://www.linuks.mine.nu/stepulator/ \ ${MASTER_SITE_GNUSTEP_CH} DISTNAME= ${PORTNAME}-gs-${PORTVERSION} |