pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/vte3



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 22 11:17:48 UTC 2021

Modified Files:
        pkgsrc/x11/vte3: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/x11/vte3/Makefile

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

Modified files:

Index: pkgsrc/x11/vte3/Makefile
diff -u pkgsrc/x11/vte3/Makefile:1.43 pkgsrc/x11/vte3/Makefile:1.44
--- pkgsrc/x11/vte3/Makefile:1.43       Wed Sep 29 19:01:31 2021
+++ pkgsrc/x11/vte3/Makefile    Fri Oct 22 11:17:47 2021
@@ -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/p
 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