Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2001 16:51:16 +1000 (EST)
From:      edwin@mavetju.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28168: procmail Makefile error
Message-ID:  <20010615065116.97569359@k7.mavetju.org>

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

>Number:         28168
>Category:       ports
>Synopsis:       procmail Makefile error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 15 00:00:14 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
-
>Environment:

# $FreeBSD: ports/mail/procmail/Makefile,v 1.36 2001/06/14 14:18:22 dwcjr Exp $


>Description:

Error: "Makefile", line 30: Need an operator
Due to spaces in Makefile


>How-To-Repeat:

cd /usr/ports/mail/procmail
make

>Fix:

Line 30, replace the leading spaces with one tab:
post-configure:
	@${PERL} -pi -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/config.h
^^^^^^^^ one tab, not eight spaces
>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?20010615065116.97569359>