pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/open-vm-tools
Module Name: pkgsrc
Committed By: markd
Date: Thu Feb 9 19:30:51 UTC 2023
Modified Files:
pkgsrc/sysutils/open-vm-tools: Makefile
Log Message:
open-vm-tools: correctly handle sysconfdir
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/sysutils/open-vm-tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/open-vm-tools/Makefile
diff -u pkgsrc/sysutils/open-vm-tools/Makefile:1.110 pkgsrc/sysutils/open-vm-tools/Makefile:1.111
--- pkgsrc/sysutils/open-vm-tools/Makefile:1.110 Tue Jan 31 07:59:27 2023
+++ pkgsrc/sysutils/open-vm-tools/Makefile Thu Feb 9 19:30:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2023/01/31 07:59:27 khorben Exp $
+# $NetBSD: Makefile,v 1.111 2023/02/09 19:30:50 markd Exp $
OVTVER= 11.3.5
DISTNAME= open-vm-tools-${OVTVER}-18557794
@@ -57,7 +57,7 @@ pre-configure:
cd ${WRKSRC} && autoreconf -f -i
post-install:
- mv ${DESTDIR}${PREFIX}/etc/vmware-tools/tools.conf.example \
+ mv ${DESTDIR}${PKG_SYSCONFDIR}/tools.conf.example \
${DESTDIR}${EGDIR}/tools.conf
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index