pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/compat_netbsd There are no wildcards when us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c6e73103bb9
branches:  trunk
changeset: 532579:4c6e73103bb9
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Aug 23 20:11:53 2007 +0000

description:
There are no wildcards when using :S.  Use :C instead.  This fixes the
build for the compat*-extras packages.

diffstat:

 emulators/compat_netbsd/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3677c884b5f4 -r 4c6e73103bb9 emulators/compat_netbsd/Makefile.common
--- a/emulators/compat_netbsd/Makefile.common   Thu Aug 23 19:36:00 2007 +0000
+++ b/emulators/compat_netbsd/Makefile.common   Thu Aug 23 20:11:53 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2007/08/23 18:20:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.5 2007/08/23 20:11:53 jlam Exp $
 #
 # Common infrastructure for NetBSD compat* packages.
 #
@@ -71,7 +71,7 @@
 _NATIVE_EXEC_FMT_cmd=  sh ${.CURDIR}/../../mk/scripts/shlib-type       \
                                ${_OPSYS_SHLIB_TYPE:Q} ${MAKE:Q}
 
-.include "${PKGSRCDIR}/emulators/${DISTNAME:S/-*//}/emulator.mk"
+.include "${PKGSRCDIR}/emulators/${DISTNAME:C/-.*//}/emulator.mk"
 
 #
 # Different combinations of the native executable format and the emulated



Home | Main Index | Thread Index | Old Index