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 | |
parent | 9a47160412f4654b3f1998019f7469500051591c (diff) | |
download | freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.gz freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.zst freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.zip |
portlint: remove extra whitespaces before end of line.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dc3play/Makefile | 2 | ||||
-rw-r--r-- | graphics/fbm/Makefile | 2 | ||||
-rw-r--r-- | graphics/gphoto/Makefile | 2 | ||||
-rw-r--r-- | graphics/gphoto2/Makefile | 2 | ||||
-rw-r--r-- | graphics/graphviz/Makefile | 2 | ||||
-rw-r--r-- | graphics/mpeg_encode/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Chart/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-chart/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/graphics/dc3play/Makefile b/graphics/dc3play/Makefile index 342bfd5d5a7b..0b27002ce97b 100644 --- a/graphics/dc3play/Makefile +++ b/graphics/dc3play/Makefile @@ -27,7 +27,7 @@ post-patch: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/dc3play -.for file in PROTOCOL README.english README.japanese +.for file in PROTOCOL README.english README.japanese ${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/doc/dc3play .endfor .endif diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile index 212c912e7c9f..5b748c3be3cf 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> diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile index 4e5031b46ed0..f5a630254f6c 100644 --- a/graphics/gphoto/Makefile +++ b/graphics/gphoto/Makefile @@ -9,7 +9,7 @@ PORTNAME= gphoto PORTVERSION= 0.4.3 CATEGORIES= graphics MASTER_SITES= http://www.gphoto.net/dist/ - + MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 4e5031b46ed0..f5a630254f6c 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -9,7 +9,7 @@ PORTNAME= gphoto PORTVERSION= 0.4.3 CATEGORIES= graphics MASTER_SITES= http://www.gphoto.net/dist/ - + MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 594aefd53dd6..a777fc2d82ff 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -47,7 +47,7 @@ post-extract: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} +.for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor .endif diff --git a/graphics/mpeg_encode/Makefile b/graphics/mpeg_encode/Makefile index 189f82cd1353..6f1250d7f8b6 100644 --- a/graphics/mpeg_encode/Makefile +++ b/graphics/mpeg_encode/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: mpeg_encode -# Date created: +# Date created: # Whom: erich@FreeBSD.org # # $FreeBSD$ diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index a9e581aac0e9..163c315292d8 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart PKGNAMEPREFIX= p5- -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@freebsd.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD diff --git a/graphics/p5-chart/Makefile b/graphics/p5-chart/Makefile index a9e581aac0e9..163c315292d8 100644 --- a/graphics/p5-chart/Makefile +++ b/graphics/p5-chart/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart PKGNAMEPREFIX= p5- -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@freebsd.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD |