summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2005-04-23 17:56:34 +0000
committerkientzle <kientzle@FreeBSD.org>2005-04-23 17:56:34 +0000
commit47cfd711c77f00faf0e75f838246f0ae88874eeb (patch)
tree900cd623433175792c5244946a83cce75279aff4 /lib/libarchive/Makefile
parent5be5ef99a1a65426e3fb8f581e36ff43adddf0c4 (diff)
downloadFreeBSD-src-47cfd711c77f00faf0e75f838246f0ae88874eeb.zip
FreeBSD-src-47cfd711c77f00faf0e75f838246f0ae88874eeb.tar.gz
Fix broken ACL configuration on FreeBSD 4 and Linux.
Thanks to: Greg Lewis, Juergen Lock, Jaakko Heinonen for reporting and testing
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 2aff28f..ecfea60 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -7,7 +7,7 @@
LIB= archive
-VERSION= 1.02.017
+VERSION= 1.02.019
ARCHIVE_API_FEATURE= 2
ARCHIVE_API_VERSION= 1
SHLIB_MAJOR= ${ARCHIVE_API_VERSION}
@@ -204,7 +204,8 @@ distfile:
cat ${.CURDIR}/configure.ac.in | \
sed 's/@VERSION@/${VERSION}/' | \
cat > ${DIST_WORK_DIR}/configure.ac
- (cd ${DIST_WORK_DIR} && aclocal19 && autoheader259 && autoconf259 && automake19 -a --foreign)
+ (cd ${DIST_WORK_DIR} && aclocal && autoheader)
+ (cd ${DIST_WORK_DIR} && autoconf && automake -a --foreign)
(cd ${DIST_WORK_DIR} && ./configure && make distcheck && make dist)
mv ${DIST_WORK_DIR}/${DISTFILE} ${.OBJDIR}
@echo ==================================================
OpenPOWER on IntegriCloud