diff options
author | ale <ale@FreeBSD.org> | 2007-02-03 06:50:30 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-03 06:50:30 +0800 |
commit | 088fd33a5c0d04b3199fcb421a8e1a03b2e9424a (patch) | |
tree | eb43752c8ca487c7df42c641f45e703d176f2b82 /devel | |
parent | fa718b259efee7f95cf591c19bc61667ea1daa44 (diff) | |
download | freebsd-ports-graphics-088fd33a5c0d04b3199fcb421a8e1a03b2e9424a.tar.gz freebsd-ports-graphics-088fd33a5c0d04b3199fcb421a8e1a03b2e9424a.tar.zst freebsd-ports-graphics-088fd33a5c0d04b3199fcb421a8e1a03b2e9424a.zip |
Remove an extra '@'.
Diffstat (limited to 'devel')
-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 a6ce7d24249..cec0e916e04 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 |