diff options
author | olgeni <olgeni@FreeBSD.org> | 2008-06-06 07:46:20 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2008-06-06 07:46:20 +0800 |
commit | fa422e906a534e468fa363af49b184b94dc199e0 (patch) | |
tree | 87a1bd01793911b573b4f2065f2a4e172bc9ea90 | |
parent | 62edd11c41e1436bf924980d514d8e74e1ea3c2b (diff) | |
download | freebsd-ports-gnome-fa422e906a534e468fa363af49b184b94dc199e0.tar.gz freebsd-ports-gnome-fa422e906a534e468fa363af49b184b94dc199e0.tar.zst freebsd-ports-gnome-fa422e906a534e468fa363af49b184b94dc199e0.zip |
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= |