73ddfa66bd
besides bringing gkrellm and the plugins up2date, this introduces a new port structure, where all plugins are located in sysutils/gkrellm/plugins. the set of plugins consists of: aclock, bgchg, flynn, itime, kam, launch, mailwatch, mms, moon, mss, reminder shoot, stock, sun, volume, weather and wireless ports done and maintained by Peter Hessler <spambox@theapt.org> all prior maintainers either agreed to him taking over their plugins or timed out.
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
$OpenBSD: patch-po_Makefile,v 1.1.1.1 2003/11/03 20:34:17 sturm Exp $
|
|
--- po/Makefile.orig Tue Dec 24 10:04:28 2002
|
|
+++ po/Makefile Tue Dec 24 10:05:05 2002
|
|
@@ -6,7 +6,7 @@ SUB_DIRS =
|
|
FILES_PO:=$(wildcard *.po)
|
|
FILES_MO:=$(FILES_PO:.po=.mo)
|
|
|
|
-LOCALEDIR ?= /usr/share/locale
|
|
+LOCALEDIR ?= ${PREFIX}/share/locale
|
|
|
|
ifeq ($(enable_nls),1)
|
|
all: mo-files
|