Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2004 00:00:50 GMT
From:      Serge Gagnon <ser_gagnon@sympatico.ca>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/71550: New port: plan9/plan9port port of Plan9 software build environment 
Message-ID:  <200409130000.i8D00o67050013@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/71550; it has been noted by GNATS.

From: Serge Gagnon <ser_gagnon@sympatico.ca>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/71550: New port: plan9/plan9port port of Plan9 software build environment 
Date: Sun, 12 Sep 2004 19:55:07 -0400

 This is a multipart MIME message.
 
 --==_Exmh_17092797400
 Content-Type: text/plain; charset=us-ascii
 
 Use ${PREFIX} instead of ${LOCALBASE} in Makefile.
 
 
 --==_Exmh_17092797400
 Content-Type: text/plain ; name="Makefile.diff"; charset=us-ascii
 Content-Description: Makefile.diff
 Content-Disposition: attachment; filename="Makefile.diff"
 
 --- Makefile.orig	Sun Sep 12 19:37:00 2004
 +++ Makefile	Sun Sep 12 19:38:21 2004
 @@ -18,7 +18,7 @@
  USE_XLIB=	YES
  WRKSRC=		${WRKDIR}/plan9
  
 -9MAN=		${LOCALBASE}/plan9
 +9MAN=		${PREFIX}/plan9
  MAN1PREFIX=	${9MAN}
  MAN3PREFIX=	${9MAN}
  MAN5PREFIX=	${9MAN}
 
 --==_Exmh_17092797400
 Content-Type: text/plain; charset=us-ascii
 
 -- 
 Serge Gagnon <ser_gagnon@sympatico.ca>
 Quebec, Qc, Canada
 
 --==_Exmh_17092797400--
 
 



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