aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p7zip/Makefile
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2005-06-07 20:05:26 +0800
committersf <sf@FreeBSD.org>2005-06-07 20:05:26 +0800
commit618340b38a93073daeed9106d4ab5d23838d5271 (patch)
treee02fb5a84aeac7f26cb798f45ca191f8e609e208 /archivers/p7zip/Makefile
parent5f475bd1f0244c70a1a2ecbdc40184c05ccb70f2 (diff)
downloadfreebsd-ports-gnome-618340b38a93073daeed9106d4ab5d23838d5271.tar.gz
freebsd-ports-gnome-618340b38a93073daeed9106d4ab5d23838d5271.tar.zst
freebsd-ports-gnome-618340b38a93073daeed9106d4ab5d23838d5271.zip
update to 4.20.
this is the first release besed on non-beta 7zip. ChangeLog: http://sourceforge.net/project/shownotes.php?release_id=332443 Approved by: maintainer
Diffstat (limited to 'archivers/p7zip/Makefile')
-rw-r--r--archivers/p7zip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile
index d65a62e0eacd..e48dca840653 100644
--- a/archivers/p7zip/Makefile
+++ b/archivers/p7zip/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= p7zip
-PORTVERSION= 4.18
+PORTVERSION= 4.20
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= p7zip
@@ -69,6 +69,7 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${PAX} -rw -s,${WRKSRC}/DOCS,, ${WRKSRC}/DOCS ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/readme.unix
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
${FIND} ${DOCSDIR} -type d | ${XARGS} ${CHMOD} 755
${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}