diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-23 20:11:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-23 20:11:53 +0000 |
commit | e017e857821bf1060ba8c7906e7fd7b60a02194f (patch) | |
tree | 1d3024aaecfeb63366807f8ec92523886d7aa730 /emulators | |
parent | bbdf14eb5052ef4a5b4576bb0c2df9a80c81342f (diff) | |
download | pkgsrc-e017e857821bf1060ba8c7906e7fd7b60a02194f.tar.gz |
There are no wildcards when using :S. Use :C instead. This fixes the
build for the compat*-extras packages.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat_netbsd/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat_netbsd/Makefile.common b/emulators/compat_netbsd/Makefile.common index 879d636e984..38052516bbc 100644 --- a/emulators/compat_netbsd/Makefile.common +++ b/emulators/compat_netbsd/Makefile.common @@ -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= ${_NATIVE_EXEC_FMT_cmd:sh} _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 |