aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-12-06 07:49:55 +0800
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-12-06 07:49:55 +0800
commit5f9fa5ce26704a72e198ee3b196ab7832a26dfab (patch)
tree570ac3011d9de7ecbf69e166ac7206d8fb3556a1 /sysutils
parent7558b6e8af01d3a1671b2a2d0e8f7181050d71a7 (diff)
downloadfreebsd-ports-5f9fa5ce26704a72e198ee3b196ab7832a26dfab.tar.gz
freebsd-ports-5f9fa5ce26704a72e198ee3b196ab7832a26dfab.tar.zst
freebsd-ports-5f9fa5ce26704a72e198ee3b196ab7832a26dfab.zip
Style: convert spaces to tabs, remove extra tabs from should-be-empty line.
Notes
Notes: svn path=/head/; revision=51099
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/webmin/Makefile4
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