pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/emulator Add quotes overlooked in previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ab6d115f7f8
branches:  trunk
changeset: 771381:2ab6d115f7f8
user:      he <he%pkgsrc.org@localhost>
date:      Sat Dec 18 00:53:33 2021 +0000

description:
Add quotes overlooked in previous.

diffstat:

 mk/emulator/netbsd-compat.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 45d25856d598 -r 2ab6d115f7f8 mk/emulator/netbsd-compat.mk
--- a/mk/emulator/netbsd-compat.mk      Sat Dec 18 00:51:04 2021 +0000
+++ b/mk/emulator/netbsd-compat.mk      Sat Dec 18 00:53:33 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: netbsd-compat.mk,v 1.8 2021/12/18 00:51:04 he Exp $
+# $NetBSD: netbsd-compat.mk,v 1.9 2021/12/18 00:53:33 he Exp $
 #
 # COMPAT_* for NetBSD -- see options(4).
 #
@@ -93,7 +93,7 @@
 .    include "${PKGSRCDIR}/emulators/${_EMUL_PKG.compat-8.0}/emulator.mk"
 
 .  elif !empty(NETBSD_VERSION_REQD:M9.*)
-.    include ${PKGSRCDIR}/emulators/${_EMUL_PKG.compat-9.0}/emulator.mk
+.    include "${PKGSRCDIR}/emulators/${_EMUL_PKG.compat-9.0}/emulator.mk"
 
 .  endif
 



Home | Main Index | Thread Index | Old Index