/etc -> SYSCONFDIR

ok dcoppa@ (maintainer)
This commit is contained in:
ajacoutot 2012-09-16 06:24:32 +00:00
parent c1bd07b1ed
commit 79a2ff0783
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.43 2012/08/27 09:49:18 dcoppa Exp $
# $OpenBSD: Makefile,v 1.44 2012/09/16 06:24:32 ajacoutot Exp $
COMMENT = improved dynamic tiling window manager
DISTNAME = i3-4.2
REVISION = 10
REVISION = 11
CATEGORIES = x11
EXTRACT_SUFX = .tar.bz2

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-common_mk,v 1.10 2012/05/09 11:56:49 dcoppa Exp $
$OpenBSD: patch-common_mk,v 1.11 2012/09/16 06:24:32 ajacoutot Exp $
--- common.mk.orig Mon May 7 16:43:19 2012
+++ common.mk Mon May 7 16:47:01 2012
@@ -1,5 +1,5 @@
@ -17,7 +17,7 @@ $OpenBSD: patch-common_mk,v 1.10 2012/05/09 11:56:49 dcoppa Exp $
- else
- SYSCONFDIR=$(PREFIX)/etc
- endif
+ SYSCONFDIR=/etc
+ SYSCONFDIR=${SYSCONFDIR}
endif
# The escaping is absurd, but we need to escape for shell, sed, make, define
GIT_VERSION:="4.2 (2012-04-25, branch \\\"release-4.2\\\")"