mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 13:00:22 -04:00
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
$NetBSD: patch-Makefile_in,v 1.1 2012/05/10 17:46:34 dholland Exp $
|
|
|
|
Do gconf schemas the pkgsrc way.
|
|
|
|
--- Makefile.in~ 2010-12-19 13:55:19.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -391,7 +391,7 @@ SUBDIRS = \
|
|
src \
|
|
tests
|
|
|
|
-schemadir = $(sysconfdir)/gconf/schemas
|
|
+schemadir = $(GCONF_SCHEMA_FILE_DIR)
|
|
schema_in_files = f-spot.schemas.in
|
|
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
|
|
CLEANFILES = \
|