Install 7z.so, needed for manipulating all archive formats but RAR.

It was missed during the update in r338410 and basically made p7zip stop
handling any archive type.

Reported by:	Green Dog <fiziologus@gmail.com>
Pointy hat to:	rakuco
This commit is contained in:
Raphael Kubo da Costa 2014-01-03 04:21:55 +00:00
parent 4a4aa94705
commit c9ea4026d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338521
2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= p7zip
PORTVERSION= 9.20.1
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= archivers
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${DISTVERSION}_src_all
@ -42,6 +42,7 @@ do-install:
.for BINARY in 7z 7za 7zr 7zCon.sfx
${INSTALL_PROGRAM} ${WRKSRC}/bin/${BINARY} ${STAGEDIR}${PREFIX}/libexec/p7zip
.endfor
${INSTALL_LIB} ${WRKSRC}/bin/7z.so ${STAGEDIR}${PREFIX}/libexec/p7zip
${INSTALL_SCRIPT} ${FILESDIR}/7z ${STAGEDIR}${PREFIX}/bin/
${LN} -sf 7z ${STAGEDIR}${PREFIX}/bin/7za

View File

@ -1,10 +1,11 @@
bin/7z
bin/7za
bin/7zr
libexec/p7zip/7z
libexec/p7zip/7z.so
libexec/p7zip/7zCon.sfx
libexec/p7zip/7za
libexec/p7zip/7zr
libexec/p7zip/7zCon.sfx
libexec/p7zip/7z
man/man1/7z.1.gz
man/man1/7za.1.gz
man/man1/7zr.1.gz