aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-06-04 22:35:50 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-06-04 22:37:23 +0000
commitba0d22eacd6008e9f3b7395b41056de2423aef3d (patch)
tree25c2382d0b5af05cc86a10e51966b9ffcc2c179f
parentea4886f2829bf33866c8c0c60b14a9641fc54b40 (diff)
libarchive: Fix typo in sed command
MFC after: 1 week Fixes: eb3a0a74a069 ("libarchive: Clean up the build configuration") Reported by: Shawn Webb <shawn.webb@hardenedbsd.org>
-rw-r--r--lib/libarchive/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile.inc b/lib/libarchive/Makefile.inc
index 33ab0085367f..514ce205d560 100644
--- a/lib/libarchive/Makefile.inc
+++ b/lib/libarchive/Makefile.inc
@@ -5,7 +5,7 @@
_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
LIBARCHIVE_VERSION_ONLY_STRING!= \
sed -n '/define.*ARCHIVE_VERSION_ONLY_STRING/{s,[^0-9.],,gp;q;}' \
- ${LIBARCHIVEDIR}/libarchive/archive.h
+ ${_LIBARCHIVEDIR}/libarchive/archive.h
LIBADD+= z bz2 lzma bsdxml zstd
CFLAGS+= -DPLATFORM_CONFIG_H=\"config_freebsd.h\"