diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-15 04:58:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-15 04:58:06 +0000 |
commit | e9e119f88b4982403d6d34a4f71ff103f55fe141 (patch) | |
tree | cd3db1312fc1f80fdccbcf9eb29dcca1145176a9 | |
parent | 9b5c147a06a86553a7189e4e8c5eeddcbf8b08f7 (diff) | |
download | freebsd-ports-e9e119f88b4982403d6d34a4f71ff103f55fe141.zip |
Add "database" to the categories list. Personally, I don't think anyone
would think if looking for it there... but I have been quite wrong before.
But then I also don't think this and all the TeX stuff belong in "print"
either. They are wordprocessing tools. But I guess we really don't
have that categrory, with editors being the closest. But then TeX
is probably the farthest port we have to actually being an editor.
Maybe "lang"??? It is a translstor afterall. :-)
-rw-r--r-- | print/bibcard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/bibcard/Makefile b/print/bibcard/Makefile index 438f14ff55d6..e08d2efd56bc 100644 --- a/print/bibcard/Makefile +++ b/print/bibcard/Makefile @@ -4,12 +4,12 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.1.1.1 1997/04/11 10:02:49 obrien Exp $ +# $Id: Makefile,v 1.2 1997/04/11 10:04:49 obrien Exp $ # DISTNAME= bibcard.6.4 PKGNAME= bibcard-0.6.4 -CATEGORIES= print +CATEGORIES= print database MASTER_SITES= ftp://crl.nmsu.edu/pub/misc/ EXTRACT_SUFX= .tar.Z |