summaryrefslogtreecommitdiff
path: root/devel/rt4/patches/patch-config.layout
blob: 61158fa29110acfed9dea8388a782a0374d03118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-config.layout,v 1.4 2014/09/04 21:46:40 markd Exp $

* Add layout for pkgsrc.

--- config.layout.orig	2013-11-13 18:25:50.000000000 +0000
+++ config.layout
@@ -215,6 +215,33 @@
   customlibdir:		${customdir}/lib
   customplugindir:  ${customdir}/plugins
 </Layout>
+<Layout pkgsrc>
+  prefix:		@PREFIX@
+  exec_prefix:		${prefix}
+  bindir:		@RT4DIR@/bin
+  sbindir:		@RT4DIR@/sbin
+  sysconfdir:		@PKG_SYSCONFDIR@
+  mandir:		@PREFIX@/@PKGMANDIR@
+  plugindir:		@RT4DIR@/plugins
+  libdir:		@RT4DIR@/lib
+  datadir:		@RT4DIR@/data
+  htmldir:		${datadir}/html
+  fontdir:		${datadir}/fonts
+  lexdir:		${datadir}/po
+  manualdir:		${datadir}/docs
+  localstatedir:	@RT_VAR_DIR@
+  logfiledir:		${localstatedir}/log
+  masonstatedir:	${localstatedir}/mason_data
+  sessionstatedir:	${localstatedir}/session_data
+  staticdir:	${datadir}/static
+  customdir:		@RT_LOCAL_DIR@
+  custometcdir:		${customdir}/etc
+  customhtmldir:	${customdir}/html
+  customlexdir:		${customdir}/po
+  customlibdir:		${customdir}/lib
+  customplugindir:		${customdir}/plugins
+  customstaticdir:	${customdir}/static
+</Layout>
 <Layout vessel>
   prefix:		/opt/rt4
   exec_prefix:		${prefix}