diff options
author | asami <asami@FreeBSD.org> | 1998-02-18 06:24:32 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-18 06:24:32 +0000 |
commit | c908b6f3dc55b0f5a4972293ce5d7c9a87ce5ebc (patch) | |
tree | 213757e9889bc384e8727c75452edd636879f2da /multimedia/ppm2fli | |
parent | f11aa959e4120fdae318f77f2595a59328ede3bd (diff) | |
download | FreeBSD-ports-c908b6f3dc55b0f5a4972293ce5d7c9a87ce5ebc.zip FreeBSD-ports-c908b6f3dc55b0f5a4972293ce5d7c9a87ce5ebc.tar.gz |
Take out "misc" for list of categories...it's for stuff that don't
fit anywhere else, so it doesn't make sense to have misc and some
other category in there (unless it's a language specific port).
Diffstat (limited to 'multimedia/ppm2fli')
-rw-r--r-- | multimedia/ppm2fli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/ppm2fli/Makefile b/multimedia/ppm2fli/Makefile index 21ce41f..1d3851d 100644 --- a/multimedia/ppm2fli/Makefile +++ b/multimedia/ppm2fli/Makefile @@ -3,12 +3,12 @@ # Date created: 7 Jan 1998 # Whom: giffunip@asme.org # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1998/02/18 04:21:05 steve Exp $ # DISTNAME= ppm2fli_b1.92 PKGNAME= ppm2fli-b1 -CATEGORIES= graphics misc +CATEGORIES= graphics MASTER_SITES= ftp://crusty.er.usgs.gov/pub/animation/fli/ EXTRACT_SUFX= .tar.Z |