diff options
author | ache <ache@FreeBSD.org> | 2000-10-27 18:18:20 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-10-27 18:18:20 +0000 |
commit | 78c9ebde30e081969fc93a874ae6ec436ec5716a (patch) | |
tree | 0815760f4b481d493fa107cc49cd2ac99655f170 /www | |
parent | fed55cb628f90002bf6cd321635bef18190495ec (diff) | |
download | FreeBSD-ports-78c9ebde30e081969fc93a874ae6ec436ec5716a.zip FreeBSD-ports-78c9ebde30e081969fc93a874ae6ec436ec5716a.tar.gz |
Fix typo
Submitted by: Yuri Vorobyev <vorob@yamalinfo.ru>
Diffstat (limited to 'www')
-rw-r--r-- | www/webalizer-2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webalizer-2/Makefile b/www/webalizer-2/Makefile index 8fe98f6..764c872 100644 --- a/www/webalizer-2/Makefile +++ b/www/webalizer-2/Makefile @@ -31,7 +31,7 @@ DOC1= CHANGES COPYING Copyright INSTALL \ SUPP_LANG= catalan chinese czech danish dutch english estonian \ finnish french german greek hungarian indonesian italian \ korean polish portuguese portuguese_brazil romanian \ - russain slovak spanish swedish + russian slovak spanish swedish WRKSRC= ${WRKDIR}/${DISTNAME:S/-src$//} MAKE_ARGS+= CFLAGS="${CFLAGS}" |