aboutsummaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-10-13 17:09:27 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-10-13 17:09:27 +0000
commite088a3046e927f7855d55e70cd2599c8e3067a38 (patch)
tree51f15c98f487ce227b20d8e48ebfac594ec02580 /archivers/libarchive/Makefile
parent3c8b9fc42ddcb993663d27f012844ae68c4f98ce (diff)
downloadports-e088a3046e927f7855d55e70cd2599c8e3067a38.tar.gz
ports-e088a3046e927f7855d55e70cd2599c8e3067a38.zip
. Update to 1.02.036.
Notes
Notes: svn path=/head/; revision=145282
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r--archivers/libarchive/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 5ad8496358d0..3a4602c934b0 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= libarchive
-PORTVERSION= 1.02.034
+PORTVERSION= 1.02.036
PORTEPOCH= 1
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
@@ -14,10 +14,14 @@ MAINTAINER= glewis@FreeBSD.org
COMMENT= Library to create and read several streaming archive formats
GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
PLIST_FILES= include/archive.h \
include/archive_entry.h \
- lib/libarchive.a
+ lib/libarchive.a \
+ lib/libarchive.la \
+ lib/libarchive.so \
+ lib/libarchive.so.3
MANCOMPRESSED= no
MAN3= archive_entry.3 \