pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/vte3 vte3: Ensure ${PKG_SYSCONFDIR}/profile.d is c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/45db5c9137fc
branches:  trunk
changeset: 768437:45db5c9137fc
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Oct 22 11:17:47 2021 +0000

description:
vte3: Ensure ${PKG_SYSCONFDIR}/profile.d is created.

diffstat:

 x11/vte3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7071c90ea33a -r 45db5c9137fc x11/vte3/Makefile
--- a/x11/vte3/Makefile Fri Oct 22 11:13:43 2021 +0000
+++ b/x11/vte3/Makefile Fri Oct 22 11:17:47 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2021/09/29 19:01:31 adam Exp $
+# $NetBSD: Makefile,v 1.44 2021/10/22 11:17:47 jperkin Exp $
 
 DISTNAME=      vte-0.60.3
 PKGNAME=       ${DISTNAME:S/vte/vte3/}
@@ -30,6 +30,8 @@
 CONF_FILES+=           ${PREFIX}/share/examples/profile.d/vte.csh \
                        ${PKG_SYSCONFDIR}/profile.d/vte.csh
 
+MAKE_DIRS+=            ${PKG_SYSCONFDIR}/profile.d
+
 PYTHON_FOR_BUILD_ONLY= tool
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index