From f2520f47445b4c481c6a20877be2b6f920f47408 Mon Sep 17 00:00:00 2001 From: sturm Date: Sun, 13 Nov 2005 08:49:19 +0000 Subject: [PATCH] /etc -> ${SYSCONFDIR} --- x11/windowmaker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 6a60f174048..cbace307106 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2005/11/05 23:32:44 wilfried Exp $ +# $OpenBSD: Makefile,v 1.62 2005/11/13 08:49:19 sturm Exp $ COMMENT= 'window manager that emulates NEXTSTEP(tm)' COMMENT-lang= "language subpackage for Window Maker" @@ -71,7 +71,7 @@ pre-configure: ${WRKSRC}/WindowMaker/Defaults/WindowMaker.in post-install: - mv ${WRKINST}/etc/WindowMaker ${PREFIX}/share/examples/ + mv ${WRKINST}/${SYSCONFDIR}/WindowMaker ${PREFIX}/share/examples/ ${INSTALL_DATA_DIR} ${PREFIX}/share/WindowMaker/Sounds ${INSTALL_DATA_DIR} ${PREFIX}/GNUstep/Applications ln -s ${LOCALBASE}/share/WPrefs ${PREFIX}/GNUstep/Applications/WPrefs.app