Style: convert spaces to tabs, remove extra tabs from should-be-empty line.

This commit is contained in:
Jimmy Olgeni 2001-12-05 23:49:55 +00:00
parent 7558b6e8af
commit 5f9fa5ce26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51099

View File

@ -25,7 +25,7 @@ SCRIPTS_ENV+= WRKDIR="${WRKDIR}"
WEBMIN_MODULES= sendmail-0.91-1.wbm.gz bind8-0.91-1.wbm.gz
WEBMIN_THEMES=
post-extract:
@if [ "${WEBMIN_MODULES}" != "" ]; then \
for webmin_module in ${WEBMIN_MODULES}; do \
@ -76,7 +76,7 @@ post-install:
@cd ${PREFIX} ; find lib/webmin -type f -o -type l | sort \
> ${WRKDIR}/PLIST.lib-webmin
@cd ${PREFIX} ; find lib/webmin -type d | sort -r \
| ${SED} -e 's/^/@dirrm /g' \
| ${SED} -e 's/^/@dirrm /g' \
>> ${WRKDIR}/PLIST.lib-webmin
@${ECHO} "r ${TMPPLIST}" > ${WRKDIR}/ex.script