portlint: remove extra whitespaces before end of line.
This commit is contained in:
parent
7f251687a2
commit
9439aeb2c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52088
25 changed files with 26 additions and 26 deletions
|
@ -32,7 +32,7 @@ CFLAGS+= -O0
|
|||
.endif
|
||||
|
||||
pre-patch:
|
||||
.for file in configure src/Makefile.in
|
||||
.for file in configure src/Makefile.in
|
||||
@${PERL} -pi -e 's|moc|${MOC:T}|g ; \
|
||||
s|qt-mt|${QTNAME}-mt|g' ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKEFILE= makefile
|
||||
|
||||
MAN1= robodoc.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: oonsoo
|
||||
# New ports collection makefile for: oonsoo
|
||||
# Date created: 23rd June, 1997
|
||||
# Whom: Joel Sutton <jsutton@bbcon.com.au>
|
||||
#
|
||||
|
|
|
@ -36,7 +36,7 @@ do-install:
|
|||
@ ${INSTALL_DATA} ${WRKSRC}/PowerDraw/examples/Makefile.UNIX ${PREFIX}/share/examples/PowerPak/PowerDraw/Makefile
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/PowerDraw/examples/*.c ${PREFIX}/share/examples/PowerPak/PowerDraw
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/PowerDraw/examples/*.ttf ${PREFIX}/share/examples/PowerPak/PowerDraw
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/PowerDraw/examples/*.pcx ${PREFIX}/share/examples/PowerPak/PowerDraw
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/PowerDraw/examples/*.pcx ${PREFIX}/share/examples/PowerPak/PowerDraw
|
||||
@ ${MKDIR} ${PREFIX}/share/examples/PowerPak/PowerInput
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/PowerInput/examples/Makefile.UNIX ${PREFIX}/share/examples/PowerPak/PowerInput/Makefile
|
||||
.for file in ex1.c ex2.c ex3.c ex4.c ex5.c sprite.pcx
|
||||
|
|
|
@ -16,7 +16,7 @@ MAINTAINER= ports@freebsd.org
|
|||
WRKSRC= ${WRKDIR}/send
|
||||
MAKEFILE= makefile
|
||||
|
||||
do-install:
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/qcc ${PREFIX}/bin
|
||||
@ ${MKDIR} ${PREFIX}/share/qcc/v101qc
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/qcc
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# New ports collection makefile for: yahtzee
|
||||
# New ports collection makefile for: yahtzee
|
||||
# Date created: Friday 4th July, 1997
|
||||
# Whom: Joel Sutton <sutton@aardvark.apana.org.au>
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# New ports collection makefile for: mpeg_encode
|
||||
# Date created:
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# New ports collection makefile for: STk
|
||||
# Date created: 17 Sep 96
|
||||
# Date created: 17 Sep 96
|
||||
# Whom: jmacd@cs.berkeley.edu
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
|
|
@ -27,7 +27,7 @@ MAN3= CmdWrite.3 Handles.3 Keylist.3 ObjCmdWrite.3 TclXInit.3 \
|
|||
TclX_KeyedListSet.3 TclX_Main.3 TclX_NewKeyedListObj.3 \
|
||||
Tcl_HandleAlloc.3 Tcl_HandleFree.3 Tcl_HandleTblInit.3 \
|
||||
Tcl_HandleTblRelease.3 Tcl_HandleTblUseCount.3 Tcl_HandleWalk.3 \
|
||||
Tcl_HandleXlate.3 Tclx_Init.3 Tclxcmd_Init.3 TkX_Main.3 Tkx_Init.3
|
||||
Tcl_HandleXlate.3 Tclx_Init.3 Tclxcmd_Init.3 TkX_Main.3 Tkx_Init.3
|
||||
|
||||
MANN= Memory.n TclX.n Tcl_DisplayMemory.n Tcl_InitMemory.n \
|
||||
Tcl_ValidateAllMemory.n ckalloc.n ckfree.n memory.n
|
||||
|
|
|
@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
|
||||
USE_XLIB= yes
|
||||
MAKE_ARGS= Y_HOME="${PREFIX}/lib/${PORTNAME}" Y_SITE="${DATADIR}"
|
||||
MAKE_ARGS= Y_HOME="${PREFIX}/lib/${PORTNAME}" Y_SITE="${DATADIR}"
|
||||
MAN1= yorick.1 gist.1
|
||||
|
||||
PORTDOCS= FILE_FORMATS README drat.doc drat.tex graph.doc hex.doc \
|
||||
|
@ -33,7 +33,7 @@ do-configure:
|
|||
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ysite config)
|
||||
|
||||
post-install:
|
||||
.for file in gist yorick
|
||||
.for file in gist yorick
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/${file}.1 ${PREFIX}/man/man1
|
||||
@strip ${PREFIX}/lib/${PORTNAME}/bin/${file}
|
||||
@${LN} -sf ${PREFIX}/lib/${PORTNAME}/bin/${file} ${PREFIX}/bin/${file}
|
||||
|
|
|
@ -21,7 +21,7 @@ USE_ZIP= yes
|
|||
|
||||
DEFS= -DSHAREDIR="\"${PREFIX}/share/physcalc/\""
|
||||
SRCS= physconv.c physmain.c physmlib.c physnode.c physoper.c \
|
||||
physsolv.c
|
||||
physsolv.c
|
||||
|
||||
pre-build:
|
||||
${PERL} -pi -e "s@void main@int main@g" ${WRKSRC}/physmain.c
|
||||
|
|
|
@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-0.9.1-4
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
ALL_TARGET=
|
||||
ALL_TARGET=
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/datedif ${PREFIX}/bin
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# New ports collection makefile for: mpeg_encode
|
||||
# Date created:
|
||||
# Date created:
|
||||
# Whom: erich@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
|
|
@ -42,7 +42,7 @@ pre-install:
|
|||
${PERL} -pi -e "s:/usr/local/man/man1:${MAN3PREFIX}/man/man1:g" ${WRKSRC}/Makefile;
|
||||
${PERL} -pi -e "s:/usr/local/lib/perl5/5.00503/man/man3:${MAN3PREFIX}/man/man3:g" ${WRKSRC}/Makefile;
|
||||
|
||||
post-install:
|
||||
post-install:
|
||||
@${ECHO} "Updating /etc/shells"
|
||||
@${CP} /etc/shells /etc/shells.bak
|
||||
@(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \
|
||||
|
|
|
@ -42,7 +42,7 @@ pre-install:
|
|||
${PERL} -pi -e "s:/usr/local/man/man1:${MAN3PREFIX}/man/man1:g" ${WRKSRC}/Makefile;
|
||||
${PERL} -pi -e "s:/usr/local/lib/perl5/5.00503/man/man3:${MAN3PREFIX}/man/man3:g" ${WRKSRC}/Makefile;
|
||||
|
||||
post-install:
|
||||
post-install:
|
||||
@${ECHO} "Updating /etc/shells"
|
||||
@${CP} /etc/shells /etc/shells.bak
|
||||
@(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
PORTNAME= chpp
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.complang.tuwien.ac.at/~schani/chpp/files/
|
||||
MASTER_SITES= http://www.complang.tuwien.ac.at/~schani/chpp/files/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION} \
|
|||
SYSLIBDIR= ${PREFIX}/System/Libraries
|
||||
|
||||
post-extract:
|
||||
.for file in config.guess config.sub install-sh
|
||||
.for file in config.guess config.sub install-sh
|
||||
@${CP} ${PREFIX}/System/Makefiles/${file} ${WRKSRC}
|
||||
.endfor
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tycoon
|
||||
PORTVERSION= 1.07o
|
||||
PORTVERSION= 1.07o
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= X11/desktop
|
||||
|
|
Loading…
Reference in a new issue