diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-17 17:21:36 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-17 17:21:36 +0000 |
commit | 61d3610043a44de9a70cdca378eb54c5cb8a1c18 (patch) | |
tree | 55527c76ea6985d48d345a3e22f028d446b1ea09 | |
parent | 18a505adb8c7561235872155a9b302ef968a4a37 (diff) | |
download | freebsd-ports-61d3610043a44de9a70cdca378eb54c5cb8a1c18.zip |
Ports that are in a non-virtual category other then 'misc' don't get
'misc' as a category.
-rw-r--r-- | graphics/fli2gif/Makefile | 4 | ||||
-rw-r--r-- | misc/bbjd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/fli2gif/Makefile b/graphics/fli2gif/Makefile index 9ab374f324ba..467cf44456b2 100644 --- a/graphics/fli2gif/Makefile +++ b/graphics/fli2gif/Makefile @@ -3,12 +3,12 @@ # Date created: 7 Jan 1998 # Whom: giffunip@asme.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/01/29 16:33:34 jseger Exp $ # DISTNAME= fli2gif PKGNAME= fli2gif-1.1 -CATEGORIES= graphics misc +CATEGORIES= graphics MASTER_SITES= ftp://ftp.sco.com/skunkware/src/misc/ \ ftp://ftp.doc.ic.ac.uk/Mirrors/ftp.sco.com/skunkware/src/misc/ \ ftp://ftp.vse.cz/pub/.ccd0c/SCO/ftp.sco.com/skunkware/src/misc/ diff --git a/misc/bbjd/Makefile b/misc/bbjd/Makefile index 79aecf7a199d..959129daba61 100644 --- a/misc/bbjd/Makefile +++ b/misc/bbjd/Makefile @@ -3,11 +3,11 @@ # Date created: 3 February 1999 # Whom: Dima Sivachenko # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1999/03/06 16:41:53 billf Exp $ # DISTNAME= bbjd-1.01 -CATEGORIES= misc math +CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy |