pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xrn: X resource file is expected int ${PREFIX}/lib



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Tue Aug 28 14:55:17 2018 +0200
Changeset:	5dd341c34ca3c411d49c578b3fb6c10ffcfbe62b

Modified Files:
	xrn/Makefile

Log Message:
xrn: X resource file is expected int ${PREFIX}/lib

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5dd341c34ca3c411d49c578b3fb6c10ffcfbe62b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xrn/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/xrn/Makefile b/xrn/Makefile
index ddf3fb71c7..1e393dd40d 100644
--- a/xrn/Makefile
+++ b/xrn/Makefile
@@ -17,8 +17,8 @@ DOCDIR=		share/doc/xrn
 INSTALLATION_DIRS+=	${DOCDIR}
 INSTALLATION_DIRS+=	share/examples/xrn
 
-MAKE_DIRS+=	${PREFIX}/etc/X11/app-defaults
-CONF_FILES=	${PREFIX}/share/examples/xrn/Xrn ${PREFIX}/etc/X11/app-defaults/XRn
+MAKE_DIRS+=	${PREFIX}/lib/X11/app-defaults
+CONF_FILES=	${PREFIX}/share/examples/xrn/Xrn ${PREFIX}/lib/X11/app-defaults/XRn
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index