diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-05 23:46:20 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-05 23:46:20 +0000 |
commit | 66d7ed09dbec2115bb1036859c60e8350dc6e797 (patch) | |
tree | 3b5b62f43dcce49866a057a6b045e4a157490c13 | |
parent | Update to 2.12.10. (diff) |
Fix portlint warning:
FATAL: Makefile: [28]: use a tab (not space) after a variable name
-rw-r--r-- | sysutils/webmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 081c28ac0245..6450ac382c67 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net NO_BUILD= yes USE_PERL5= yes -USE_RC_SUBR= webmin.sh +USE_RC_SUBR= webmin.sh SUB_LIST= PERL5=${PERL} WEBMIN_MODULES= |