pkgsrc-Users archive

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

OWN_DIRS vs MAKE_DIRS



Given that xlockmore puts its conf files in ${PREFIX}/lib/X11/app-defaults
that directory ought to be created. OWN_DIRS as in diff attached would be
the obvious solution(?), but as it looks like a standard X11 directory,
should it be MAKE_DIRS?

Cheers,

Patrick
? xlockmore.diff
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xlockmore/Makefile,v
retrieving revision 1.126
diff -u -r1.126 Makefile
--- Makefile	28 Feb 2017 15:20:12 -0000	1.126
+++ Makefile	23 Jun 2017 10:22:05 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.126 2017/02/28 15:20:12 ryoon Exp $
 
-PKGREVISION= 7
+PKGREVISION= 8
 .include "Makefile.common"
 
 COMMENT=	Like the XLock session-locker/screensaver, but with more
Index: Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/x11/xlockmore/Makefile.common,v
retrieving revision 1.75
diff -u -r1.75 Makefile.common
--- Makefile.common	19 Jan 2017 18:52:30 -0000	1.75
+++ Makefile.common	23 Jun 2017 10:22:05 -0000
@@ -55,6 +55,7 @@
 CONFIGURE_ENV+=		ac_cv_x_app_defaults=${PREFIX}/lib/X11/app-defaults/XLock
 
 CONF_FILES+=		${EGDIR}/app-defaults/XLock ${PREFIX}/lib/X11/app-defaults/XLock
+OWN_DIRS+=		${PREFIX}/lib/X11/app-defaults
 
 .if ${OPSYS} == "NetBSD"
 XLOCK_AUDIOPLAY?=	/usr/bin/audioplay


Home | Main Index | Thread Index | Old Index