diff options
author | kris <kris@FreeBSD.org> | 2004-04-02 07:29:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-02 07:29:48 +0000 |
commit | 7b97ce56e76408c079ea16e427bf5a726ebe0b74 (patch) | |
tree | 7a899bd5b68d41e34af8d11e9e139951f5d9f7f3 /math | |
parent | e2d890ce79e982e5b469cfc411061acff2d49599 (diff) | |
download | FreeBSD-ports-7b97ce56e76408c079ea16e427bf5a726ebe0b74.zip FreeBSD-ports-7b97ce56e76408c079ea16e427bf5a726ebe0b74.tar.gz |
Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 4132fe7..32ba9fc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ # + COMMENT = Mathematics + SUBDIR += GiNaC SUBDIR += PDL SUBDIR += R-a4 diff --git a/math/pkg/COMMENT b/math/pkg/COMMENT deleted file mode 100644 index 435a3fe..0000000 --- a/math/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Mathematics |