diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-24 18:37:45 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-24 18:37:45 +0800 |
commit | 204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf (patch) | |
tree | 83db4ca72f4ed53d6ae0652cd99353b1f3f387db /graphics/fbm | |
parent | 9a47160412f4654b3f1998019f7469500051591c (diff) | |
download | freebsd-ports-graphics-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.gz freebsd-ports-graphics-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.zst freebsd-ports-graphics-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.zip |
portlint: remove extra whitespaces before end of line.
Diffstat (limited to 'graphics/fbm')
-rw-r--r-- | graphics/fbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile index 212c912e7c9..5b748c3be3c 100644 --- a/graphics/fbm/Makefile +++ b/graphics/fbm/Makefile @@ -20,6 +20,6 @@ MANL= clr2gray.l fbcat.l fbclean.l fbconv.l fbedge.l fbext.l fbhalf.l \ fbham.l fbhist.l fbinfo.l fbm.l fbm2pod.l fbmask.l fbmedian.l \ fbnorm.l fbps.l fbquant.l fbrot.l fbsample.l fbsharp.l fbthin.l \ gray2clr.l idiff.l pbm2ps.l pbmtitle.l qrt2fbm.l raw2fbm.l tiff2fbm.l \ - uunet2fbm.l + uunet2fbm.l .include <bsd.port.mk> |