mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
487 B
Plaintext
14 lines
487 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2004/03/10 19:20:46 jmmv Exp $
|
|
|
|
--- Makefile.in.orig 2004-02-15 21:10:47.000000000 +0100
|
|
+++ Makefile.in
|
|
@@ -165,7 +165,7 @@ EXTRA_DIST = \
|
|
desktopdir = $(datadir)/applications
|
|
desktop_in_files = gtodo.desktop.in
|
|
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
|
|
-schemasdir = $(sysconfdir)/gconf/schemas
|
|
+schemasdir = $(GCONF_SCHEMA_FILE_DIR)
|
|
schemas_in_files = gtodo.schemas.in
|
|
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
|
|
subdir = .
|