diff options
author | asami <asami@FreeBSD.org> | 1997-04-16 11:13:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-16 11:13:15 +0800 |
commit | 31444026f22491c93e8d4e3f8925129010218335 (patch) | |
tree | 255360ebc0451c9a33b6411fa1e49f03741854ec /print | |
parent | 4400fd809a7cbfb0ba0c61fb1b675d8019dc9b95 (diff) | |
download | freebsd-ports-gnome-31444026f22491c93e8d4e3f8925129010218335.tar.gz freebsd-ports-gnome-31444026f22491c93e8d4e3f8925129010218335.tar.zst freebsd-ports-gnome-31444026f22491c93e8d4e3f8925129010218335.zip |
Don't ask me why, but "databases" is spelled "databases", not "database"....
Diffstat (limited to 'print')
-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 e08d2efd56bc..4955c2dad2be 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.2 1997/04/11 10:04:49 obrien Exp $ +# $Id: Makefile,v 1.3 1997/04/15 04:58:06 obrien Exp $ # DISTNAME= bibcard.6.4 PKGNAME= bibcard-0.6.4 -CATEGORIES= print database +CATEGORIES= print databases MASTER_SITES= ftp://crl.nmsu.edu/pub/misc/ EXTRACT_SUFX= .tar.Z |