aboutsummaryrefslogtreecommitdiff
path: root/sysutils/webmin
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-08-16 09:48:50 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-08-16 09:48:50 +0000
commitcdc319b269b791a46e0f1eac539ed5c8ac4ca560 (patch)
tree4434e1734a600d49dc4dcba49cbbd6afba90f451 /sysutils/webmin
parent641b0fc843fd96c035e08b4ab12c8b01496c9490 (diff)
downloadports-cdc319b269b791a46e0f1eac539ed5c8ac4ca560.tar.gz
ports-cdc319b269b791a46e0f1eac539ed5c8ac4ca560.zip
Notes
Diffstat (limited to 'sysutils/webmin')
-rw-r--r--sysutils/webmin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile
index 4e1db554f741..ee0cc01868f3 100644
--- a/sysutils/webmin/Makefile
+++ b/sysutils/webmin/Makefile
@@ -29,7 +29,7 @@ post-extract:
@if [ "${WEBMIN_MODULES}" != "" ]; then \
for webmin_module in ${WEBMIN_MODULES}; do \
${ECHO} "===> Unpacking updated module: $${webmin_module}"; \
- ${TAR} xfz ${DISTDIR}/$${webmin_module} -C ${WRKSRC}; \
+ ${TAR} --unlink -xzf ${DISTDIR}/$${webmin_module} -C ${WRKSRC}; \
done; \
fi
@find ${WRKSRC} -name "*.bak" | xargs ${RM}