ports/153592: [PATCH] archivers/p7zip fix manpage {SHARE_DOC_DIR} ${DOCDIR} as this confuses people
chris petrik
c.petrik.sosa at gmail.com
Sat Jan 1 00:00:31 UTC 2011
>Number: 153592
>Category: ports
>Synopsis: [PATCH] archivers/p7zip fix manpage {SHARE_DOC_DIR} ${DOCDIR} as this confuses people
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 01 00:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: chris petrik
>Release: FreeBSD 8.2-PRE
>Organization:
none
>Environment:
N/A
>Description:
small patch to include the full name of the MANUAL page, instead of {DOC_SHARE_DIR} which makes no sense.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- Makefile.orig 2010-06-26 08:06:28.000000000 -0700
+++ Makefile 2010-12-31 15:47:29.000000000 -0800
@@ -73,6 +73,8 @@
${WRKSRC}/makefile.freebsd > ${WRKSRC}/makefile.machine
${REINPLACE_CMD} -e 's|/usr/share/doc/p7zip/DOCS|${DOCSDIR}|' \
${WRKSRC}/man1/*
+ ${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/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list