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

@ -326,7 +326,6 @@ post-install:
@cd ${LODESTDIR}/${PREFIX}/lib && ${FIND} -d * -type d | \
${SED} -e 's|^|@dirrm lib/|' >> ${PLISTD}
.for subdir in icons pixmaps mime applications
@cd ${LODESTDIR}/${PREFIX}/share/${subdir} && ${FIND} -H -s * -type f -o -type l | \
${SED} -e 's|^|share/${subdir}/|' >> ${PLISTF}