diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-12-05 23:49:55 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-12-05 23:49:55 +0000 |
commit | 5f9fa5ce26704a72e198ee3b196ab7832a26dfab (patch) | |
tree | 570ac3011d9de7ecbf69e166ac7206d8fb3556a1 | |
parent | Update the bind8 module. (diff) |
Style: convert spaces to tabs, remove extra tabs from should-be-empty line.
Notes
Notes:
svn path=/head/; revision=51099
-rw-r--r-- | sysutils/webmin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index aaba9bac4f89..59a9e30b21b2 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -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 |