Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 20:21:45 +0900
From:      SADA Kenji <sada@FreeBSD.org>
To:        Maho Nakata <maho@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/science/mpqc Makefile distinfo pkg-descr pkg-plist ports/science/mpqc/files manpages patch-::src::bin::mpqc::parse.yy
Message-ID:  <20021119202145.2b2cd30b.sada@FreeBSD.org>
In-Reply-To: <200211181152.gAIBqXfl084779@repoman.freebsd.org>
References:  <200211181152.gAIBqXfl084779@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 18 Nov 2002 03:52:33 -0800 (PST)
Maho Nakata <maho@FreeBSD.org> wrote:

> maho        2002/11/18 03:52:33 PST
> 
>   Modified files:
>     science/mpqc         Makefile distinfo pkg-descr pkg-plist 
>   Added files:
>     science/mpqc/files   manpages patch-::src::bin::mpqc::parse.yy 
>   Log:
>   Fix the problem mpqc and mpqc-mpich port
>   produces two identical packages.

science/mpqc-mpich is broken. To be included from satellite port,
mpqc/Makefile needs below change.

Note: You must do build test before commit.

--
Index: Makefile
===================================================================
RCS file: /freebsd/ncvs/ports/science/mpqc/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	18 Nov 2002 12:19:36 -0000	1.6
+++ Makefile	19 Nov 2002 11:06:01 -0000
@@ -37,7 +37,7 @@
 ALL_TARGET=	# empty
 MPQC_COMMAND=	${PREFIX}/bin/mpqc
 
-.include "${.CURDIR}/files/manpages"
+.include "${MASTERDIR}/files/manpages"
 
 pre-configure:
 	@${ECHO} "You can override and CFLAGS on the command line."

--
SADA Kenji <sada@FreeBSD.org>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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