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:
parent
14ff57d80d
commit
f3916c9b9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269995
1 changed files with 5 additions and 6 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue