$NetBSD: patch-ac,v 1.5 2005/10/22 22:06:21 tonio Exp $

--- Makefile.orig	2005-06-05 11:50:22.000000000 +0200
+++ Makefile
@@ -1,7 +1,5 @@
-CC=         gcc
-MAKE=       make
 INSTALL=    install
-LOCALEPATH= $(PREFIX)/share/locale
+LOCALEPATH= $(PREFIX)/${PKG_LOCALEDIR}/locale
 
 ### Compiler/linker flags   ###
 ### Generated via configure ###
@@ -38,7 +36,7 @@ snownews-static: manpages locales
 
 locales:
 	for L in $(LOCALES); do \
-		msgfmt -o $(LOC)/$$L.mo $(LOC)/$$L; \
+		msgfmt -o $(LOC)/$$L.mo $(LOC)/$$L.po; \
 	done
 
 manpages:
