diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-12-06 07:49:55 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-12-06 07:49:55 +0800 |
commit | d8c37d624950c798c97e03a3ea8e35663526a888 (patch) | |
tree | 7aa5a81f97354f892ebf8bcf3c9cd150d8ba07d7 /sysutils | |
parent | 107eae4eae9963e268e941ad8e55fedcab73ee94 (diff) | |
download | freebsd-ports-gnome-d8c37d624950c798c97e03a3ea8e35663526a888.tar.gz freebsd-ports-gnome-d8c37d624950c798c97e03a3ea8e35663526a888.tar.zst freebsd-ports-gnome-d8c37d624950c798c97e03a3ea8e35663526a888.zip |
Style: convert spaces to tabs, remove extra tabs from should-be-empty line.
Diffstat (limited to 'sysutils')
-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 |