diff options
author | obrien <obrien@FreeBSD.org> | 1997-04-15 04:58:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-04-15 04:58:06 +0000 |
commit | 90af7241cc3e88571dfd71dbc7a0cfbe2a8a5985 (patch) | |
tree | 5e8f17efabd64dfdd2cfb65ad84eaf7c86a30d6f /print/bibcard/Makefile | |
parent | f25d623b25dd3be0960e51002c80e73a99e885ec (diff) | |
download | FreeBSD-ports-90af7241cc3e88571dfd71dbc7a0cfbe2a8a5985.zip FreeBSD-ports-90af7241cc3e88571dfd71dbc7a0cfbe2a8a5985.tar.gz |
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. :-)
Diffstat (limited to 'print/bibcard/Makefile')
-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 438f14f..e08d2ef 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 |