Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2000 11:43:33 -0700 (MST)
From:      John Reynolds <jjreynold@home.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15864: Makefile fix to chinese/cdict port
Message-ID:  <200001031843.LAA49152@whale.home-net>

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

>Number:         15864
>Category:       ports
>Synopsis:       Makefile is broken for chinese/cdict
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan  3 10:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

CVSup'ed ports tree from Mon Jan  3 11:37:38 MST 2000

>Description:

While doing a "make index" from /usr/ports to update everything, it broke. I
tracked it down to the chinese/cdict port not having a correct Makefile.

>How-To-Repeat:

cd /usr/ports/chinese/cdict && make describe

>Fix:
	
Apply this patch (trivial) to the Makefile

--- Makefile.old        Mon Jan  3 11:38:21 2000
+++ Makefile    Mon Jan  3 11:38:42 2000
@@ -7,7 +7,7 @@
 # $FreeBSD: ports/chinese/cdict/Makefile,v 1.3 2000/01/03 15:30:32 foxfair Exp $
 #
 
-DISTNAME       zh-cdict-1.0
+DISTNAME    =  zh-cdict-1.0
 CATEGORIES=    chinese
 MASTER_SITES=  ftp://ftp.cn.FreeBSD.org/pub/ported/



>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?200001031843.LAA49152>