From nobody@FreeBSD.org  Mon Apr 10 07:23:50 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 7D31C37B9E3
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Apr 2000 07:23:50 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id HAA71255;
	Mon, 10 Apr 2000 07:23:50 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200004101423.HAA71255@freefall.freebsd.org>
Date: Mon, 10 Apr 2000 07:23:50 -0700 (PDT)
From: tmb@sophos.com
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: tiny typo in Makefile for /usr/ports/www/apache13
X-Send-Pr-Version: www-1.0

>Number:         17901
>Category:       ports
>Synopsis:       tiny typo in Makefile for /usr/ports/www/apache13
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 10 07:30:01 PDT 2000
>Closed-Date:    Sun Apr 16 20:03:58 JST 2000
>Last-Modified:  Sun Apr 16 20:04:50 JST 2000
>Originator:     Mark Blackman
>Release:        4.0-STABLE
>Organization:
Sophos
>Environment:
FreeBSD tyne.sophos.com 4.0-STABLE FreeBSD 4.0-STABLE #0: Mon Apr  3 13:03:14 BST 2000     tmb@tyne.sophos.com:/usr/src/sys/compile/TYNE  i386

>Description:
missing closing curly brace in DISTNAME line of Makefile


>How-To-Repeat:

>Fix:
--- Makefile    Mon Apr 10 15:19:52 2000
+++ -   Mon Apr 10 15:20:54 2000
@@ -23,7 +23,7 @@
                ftp://ftp.mtnranch.net/pub/apache/dist/ \
                ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \
                ftp://apache.nextpath.com/pub/apache/dist/
-DISTNAME=      ${PORTNAME_${PORTVERSION}
+DISTNAME=      ${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=     ache@freebsd.org



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: knu 
State-Changed-When: Sun Apr 16 20:03:58 JST 2000 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
