Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 17:14:31 +0000 (UTC)
From:      naddy@mips.inka.de (Christian Weisgerber)
To:        freebsd-ports@freebsd.org
Subject:   Re: 2in1 port dirty tricks
Message-ID:  <cacp9n$2nv$1@kemoauc.mips.inka.de>
References:  <20040604153918.GA28391@comp.chem.msu.su>

next in thread | previous in thread | raw e-mail | index | archive | help
Yar Tikhiy <yar@comp.chem.msu.su> wrote:

> === begin configure ===
> #!/bin/sh
> 
> for dir in lib milter-sender; do
> 	(cd $dir && (./configure "$@" || exit 1))
> done
> === end configure ===
> 
> === begin makefile ===
> SUBDIR=	lib milter-sender
> .include <bsd.subdir.mk>
> === end makefile ===
> 
> and then set WRKSRC accordingly.

Yes, I think using wrappers actually is the best way to handle this.

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cacp9n$2nv$1>