Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2000 07:23:50 -0700 (PDT)
From:      tmb@sophos.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17901: tiny typo in Makefile for /usr/ports/www/apache13
Message-ID:  <200004101423.HAA71255@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 10 07:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004101423.HAA71255>