Bug 83844 - [patch] port www/geolizer, correction of overstriking
Summary: [patch] port www/geolizer, correction of overstriking
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-21 12:00 UTC by Stefan Kremen
Modified: 2005-07-24 03:51 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Kremen 2005-07-21 12:00:16 UTC
	Overstriking in name of language. In Makefile at line 39 is "slowak" but it should be "slovak".

Fix: 

CONFLICTS=     webalizer-2*--r1FXACPeBmVwzLPXBxhskaOTDe2fUzDoIm68oswbsUOueqjy
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /usr/ports/www/geolizer/Makefile.orig       Thu Jul 21 12:45:25 2005
+++ /usr/ports/www/geolizer/Makefile    Thu Jul 21 12:45:35 2005
@@ -36,7 +36,7 @@
                 icelandic indonesian italian japanese korean latvian \
                 malay norwegian polish portuguese portuguese_brazil \
                 romanian romanian-iso-8859-2 russian serbian \
-                simplified_chinese slowak slovene spanish swedish \
+                simplified_chinese slovak slovene spanish swedish \
                 turkish ukrainian
How-To-Repeat: make GEOLIZER_LANG=slowak install
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-07-24 03:51:19 UTC
State Changed
From-To: open->closed

Committed, thanks!