From pavalos@theshell.com  Sat Sep 28 16:28:58 2002
Return-Path: <pavalos@theshell.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8736A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Sep 2002 16:28:58 -0700 (PDT)
Received: from theshell.com (arsenic.theshell.com [63.236.138.5])
	by mx1.FreeBSD.org (Postfix) with SMTP id D4E1C43E75
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Sep 2002 16:28:57 -0700 (PDT)
	(envelope-from pavalos@theshell.com)
Received: (qmail 8715 invoked from network); 28 Sep 2002 23:28:56 -0000
Received: from radium.theshell.com (pavalos@63.236.138.3)
  by arsenic.theshell.com with SMTP; 28 Sep 2002 23:28:56 -0000
Received: (from pavalos@localhost)
	by radium.theshell.com (8.12.6/8.12.5) id g8SNSu3L000727;
	Sat, 28 Sep 2002 16:28:56 -0700 (PDT)
	(envelope-from pavalos)
Message-Id: <200209282328.g8SNSu3L000727@radium.theshell.com>
Date: Sat, 28 Sep 2002 16:28:56 -0700 (PDT)
From: Peter Avalos <pavalos@theshell.com>
Reply-To: Peter Avalos <pavalos@theshell.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: obrien@freebsd.org
Subject: [PATCH] ports/shells/bash2 Makefile and NOPORTDOCS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         43459
>Category:       ports
>Synopsis:       [PATCH] ports/shells/bash2 Makefile and NOPORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 28 16:30:02 PDT 2002
>Closed-Date:    Sat Sep 28 18:44:09 PDT 2002
>Last-Modified:  Sat Sep 28 18:44:09 PDT 2002
>Originator:     Peter Avalos
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD radium.theshell.com 4.7-RC FreeBSD 4.7-RC #0: Sat Sep 28 13:29:36 PDT 2002 root@radium.theshell.com:/usr/obj/usr/src/sys/RADIUM i386


	
>Description:
When NOPORTDOCS is defined, bash2 will not install since there's a
logic error in the Makefile.

>How-To-Repeat:
>Fix:


--- Makefile.old	Sat Sep 28 13:36:34 2002
+++ Makefile	Sat Sep 28 13:38:19 2002
@@ -13,9 +13,10 @@
 MASTER_SITES=	${MASTER_SITE_GNU} \
 		ftp://ftp.cwru.edu/pub/bash/
 MASTER_SITE_SUBDIR=	bash
+DISTFILES=	bash-${PORTVERSION:C/\....$//}.tar.gz
+
 .if !defined(NOPORTDOCS)
-DISTFILES=	bash-${PORTVERSION:C/\....$//}.tar.gz \
-		bash-doc-${PORTVERSION:C/\....$//}.tar.gz
+DISTFILES+=	bash-doc-${PORTVERSION:C/\....$//}.tar.gz
 .endif
 
 PATCH_SITES=	ftp://ftp.cwru.edu/pub/bash/bash-2.05b-patches/ \
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Sat Sep 28 18:44:01 PDT 2002 
State-Changed-Why:  
committed. 
thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43459 
>Unformatted:
