make portlint happier (removing blank line and replacing some spaces by tabs)

Submitted by:	Ruslan Mahmatkhanov <cvs-src _at_ yandex.ru>  (by mail)
This commit is contained in:
Baptiste Daroussin 2011-02-28 14:33:59 +00:00
parent 14ff57d80d
commit f3916c9b9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269995

View file

@ -19,10 +19,10 @@ MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/ \
MAINTAINER= bapt@FreeBSD.org MAINTAINER= bapt@FreeBSD.org
COMMENT= Full integrated office productivity suite COMMENT= Full integrated office productivity suite
LOFFICE_COMPONENTS= artwork base bootstrap calc components extensions \ LOFFICE_COMPONENTS= artwork base bootstrap calc components extensions \
extras filters help impress l10n libs-core libs-extern \ extras filters help impress l10n libs-core libs-extern \
libs-extern-sys libs-gui postprocess sdk testing \ libs-extern-sys libs-gui postprocess sdk testing \
ure writer ure writer
DIST_SUBDIR= libreoffice DIST_SUBDIR= libreoffice
DISTFILES+= ${PORTNAME}-build-${LOVERSION}.tar.gz DISTFILES+= ${PORTNAME}-build-${LOVERSION}.tar.gz
@ -80,7 +80,7 @@ LIB_DEPENDS= mdbsql.0:${PORTSDIR}/databases/mdbtools \
lpsolve55.1:${PORTSDIR}/math/lp_solve \ lpsolve55.1:${PORTSDIR}/math/lp_solve \
cppunit:${PORTSDIR}/devel/cppunit cppunit:${PORTSDIR}/devel/cppunit
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip \ unzip:${PORTSDIR}/archivers/unzip \
gcp:${PORTSDIR}/sysutils/coreutils \ gcp:${PORTSDIR}/sysutils/coreutils \
gpatch:${PORTSDIR}/devel/patch \ gpatch:${PORTSDIR}/devel/patch \
@ -326,7 +326,6 @@ post-install:
@cd ${LODESTDIR}/${PREFIX}/lib && ${FIND} -d * -type d | \ @cd ${LODESTDIR}/${PREFIX}/lib && ${FIND} -d * -type d | \
${SED} -e 's|^|@dirrm lib/|' >> ${PLISTD} ${SED} -e 's|^|@dirrm lib/|' >> ${PLISTD}
.for subdir in icons pixmaps mime applications .for subdir in icons pixmaps mime applications
@cd ${LODESTDIR}/${PREFIX}/share/${subdir} && ${FIND} -H -s * -type f -o -type l | \ @cd ${LODESTDIR}/${PREFIX}/share/${subdir} && ${FIND} -H -s * -type f -o -type l | \
${SED} -e 's|^|share/${subdir}/|' >> ${PLISTF} ${SED} -e 's|^|share/${subdir}/|' >> ${PLISTF}