Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2001 09:51:09 +0100 (CET)
From:      bdluevel@heitec.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25795: backslash too much in Makefile of gnus-emacs20
Message-ID:  <200103140851.f2E8p9E44841@ heitec.net>

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

>Number:         25795
>Category:       ports
>Synopsis:       backslash too much in Makefile of gnus-emacs20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 14 01:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Bernd Luevelsmeyer
>Release:        FreeBSD 4.3-BETA i386
>Organization:
>Environment:
FreeBSD 4.3-BETA #1: Sat Mar 10 09:02:12 CET 2001


>Description:
In the Makefile of news/gnus-emacs20, the last line of MASTER_SITES
should not have a backslash (will merge PKGNAMESUFFIX into the sites).

>How-To-Repeat:
'make master-sites' in the port's directory

>Fix:
--- Makefile.old    Tue Mar 13 11:12:17 2001
+++ Makefile       Wed Mar 14 09:47:40 2001
@@ -17,7 +17,7 @@
                ftp://ftp.task.gda.pl/mirror/ftp.gnus.org/pub/gnus/ \
                http://www.gnus.org/dist/ \
                ftp://ftp.gnus.org/dist/ \
-               ftp://ftp.twoguys.org/gnus/ \
+               ftp://ftp.twoguys.org/gnus/
 PKGNAMESUFFIX= -${EMACS_PORT_NAME}

 MAINTAINER=    ilya@martynov.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?200103140851.f2E8p9E44841>