ports/57745: [patch] archivers/gzip - typo in Makefile
Piotr Smyrak
smyru at smyrak.com
Wed Oct 8 14:40:22 UTC 2003
>Number: 57745
>Category: ports
>Synopsis: [patch] archivers/gzip - typo in Makefile
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Oct 08 07:40:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Piotr Smyrak
>Release: FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD ntbk 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Fri Sep 26 21:27:08 CEST 2003 root at ntbk:/usr/obj/usr/src/sys/SMYRUSELF i386
>Description:
The port archivers/gzip has a typo in knob reference in the Makefile.
There is NOPORTSDOC instead of NOPORTDOCS.
>How-To-Repeat:
Try to install without the docs.
>Fix:
Apply the patch:
--- Makefile.orig Mon Sep 25 09:41:59 2003
+++ Makefile Mon Sep 25 09:42:23 2003
@@ -38,7 +38,7 @@
@${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile
post-install:
-.if !defined(NOPORTSDOC)
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list