diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-02 22:50:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-02 22:50:30 +0000 |
commit | 1f80fabccae397e1951fa0cc492a8015fd06b110 (patch) | |
tree | 2e80d3e2f9ad88211878f761c168d1871b60cb01 /devel/linux-kmod-compat | |
parent | 27e74d6a0d99b940822a09c0f4f623d01f98254a (diff) | |
download | ports-1f80fabccae397e1951fa0cc492a8015fd06b110.tar.gz ports-1f80fabccae397e1951fa0cc492a8015fd06b110.zip |
Notes
Diffstat (limited to 'devel/linux-kmod-compat')
-rw-r--r-- | devel/linux-kmod-compat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/linux-kmod-compat/Makefile b/devel/linux-kmod-compat/Makefile index a6ce7d24249a..cec0e916e040 100644 --- a/devel/linux-kmod-compat/Makefile +++ b/devel/linux-kmod-compat/Makefile @@ -40,7 +40,7 @@ post-extract: # Update the header location in the .mk post-patch: - @@${REINPLACE_CMD} -i '' -e 's|^KLINPATH.*|KLINPATH?= ${MY_DST}|' \ + @${REINPLACE_CMD} -i '' -e 's|^KLINPATH.*|KLINPATH?= ${MY_DST}|' \ ${WRKSRC}/${MY_MK} # Install bsd.linux_kmod.mk into /usr/share/mk so it can be found without |