summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2007-05-02 05:29:55 +0000
committercperciva <cperciva@FreeBSD.org>2007-05-02 05:29:55 +0000
commitc5376d48acafbcba5ebbfb7d0f1cc34a0541e216 (patch)
tree5cd48c6e66e2e37dc5b6ee942393929ea58b7ca5 /lib/libarchive/Makefile
parentdb629f0c2f66769f40c6cb80a1133f57f9dd26ae (diff)
downloadFreeBSD-src-c5376d48acafbcba5ebbfb7d0f1cc34a0541e216.zip
FreeBSD-src-c5376d48acafbcba5ebbfb7d0f1cc34a0541e216.tar.gz
s/@VERSION@/@ARCHIVE_VERSION@/
This is a no-op as far as FreeBSD is concerned, but makes libarchive more autoconf-friendly. Approved by: kientzle
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index a1b8715..4581557 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -32,7 +32,7 @@ INCS= archive.h archive_entry.h
# Note: FreeBSD has inttypes.h, so enable that include in archive.h.in
archive.h: archive.h.in Makefile
cat ${.CURDIR}/archive.h.in | \
- sed 's/@VERSION@/${VERSION}/g' | \
+ sed 's/@ARCHIVE_VERSION@/${VERSION}/g' | \
sed 's/@SHLIB_MAJOR@/${SHLIB_MAJOR}/g' | \
sed 's/@ARCHIVE_API_MAJOR@/${ARCHIVE_API_MAJOR}/g' | \
sed 's/@ARCHIVE_API_MINOR@/${ARCHIVE_API_MINOR}/g' | \
OpenPOWER on IntegriCloud