Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Oct 2003 16:29:26 +0200
From:      Piotr Smyrak <smyru@smyrak.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cyrille.lefevre@laposte.net
Subject:   ports/57745: [patch] archivers/gzip - typo in Makefile
Message-ID:  <E1A7FJe-000HBZ-Cm@smyrak.com>
Resent-Message-ID: <200310081440.h98EeGUi055125@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1A7FJe-000HBZ-Cm>