diff options
author | billf <billf@FreeBSD.org> | 1999-06-18 01:21:36 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-18 01:21:36 +0800 |
commit | 200a954931dabaa20115da13f47b27337cce7b45 (patch) | |
tree | b513d69eb7f0ea9acd75a97af87eb7cf16fd14b4 /graphics | |
parent | a8c3ff585c78e05ba1d826d92d86a6aec7d02310 (diff) | |
download | freebsd-ports-graphics-200a954931dabaa20115da13f47b27337cce7b45.tar.gz freebsd-ports-graphics-200a954931dabaa20115da13f47b27337cce7b45.tar.zst freebsd-ports-graphics-200a954931dabaa20115da13f47b27337cce7b45.zip |
Ports that are in a non-virtual category other then 'misc' don't get
'misc' as a category.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fli2gif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fli2gif/Makefile b/graphics/fli2gif/Makefile index 9ab374f324b..467cf44456b 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/ |