Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2002 19:03:52 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34969: [MAINTAINER] www/oops: fix environment for configure.oops script
Message-ID:  <20020215160352.C4F9D256@freebsd.org.ru>

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

>Number:         34969
>Category:       ports
>Synopsis:       [MAINTAINER] www/oops: fix environment for configure.oops script
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 15 08:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD 4.5-STABLE i386


>Description:
	www/oops: fix environment for configure.oops script
>How-To-Repeat:
>Fix:

--- Makefile.orig	Fri Feb 15 19:00:03 2002
+++ Makefile	Fri Feb 15 18:58:57 2002
@@ -23,6 +23,9 @@
 MAN8=		oops.8 oopsctl.8
 OOPSVAR=	/var/run/oops
 
+SCRIPTS_ENV=    WRKDIRPREFIX="${WRKDIRPREFIX}" \
+                TOUCH="${TOUCH}" \
+                MKDIR="${MKDIR}"
 pre-fetch:
 	@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.oops
 
>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?20020215160352.C4F9D256>