- Fix manpage {SHARE_DOC_DIR} ${DOCDIR} as this confuses people.
- Bump PORTREVISION. PR: ports/153592 Submitted by: chris petrik <c.petrik.sosa@gmail.com>
This commit is contained in:
parent
cbf74321fe
commit
cc1e7bda65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267253
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= p7zip
|
||||
PORTVERSION= 9.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}_src_all
|
||||
|
@ -71,7 +72,7 @@ post-patch:
|
|||
-e 's/-D_FILE_OFFSET_BITS=64//' \
|
||||
-e 's/-lc_r/${PTHREAD_LIBS}/' \
|
||||
${WRKSRC}/makefile.freebsd > ${WRKSRC}/makefile.machine
|
||||
${REINPLACE_CMD} -e 's|/usr/share/doc/p7zip/DOCS|${DOCSDIR}|' \
|
||||
${REINPLACE_CMD} -e 's|{DEST_SHARE_DOC}|${DOCSDIR}|' \
|
||||
${WRKSRC}/man1/*
|
||||
${MV} ${WRKSRC}/README ${WRKSRC}/DOCS/readme.unix
|
||||
${MV} ${WRKSRC}/contrib/gzip-like_CLI_wrapper_for_7z/man1/p7zip.1 ${WRKSRC}/man1/
|
||||
|
|
Loading…
Reference in a new issue