Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 1999 10:35:57 -0800
From:      Tim Vanderhoek <vanderh@ecf.utoronto.ca>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: Use of MAN3= without an install.man target
Message-ID:  <19990207103557.A23824@freebsd.org>
In-Reply-To: <19990207110016.A2743@cs.uni-magdeburg.de>; from Roland Jesse on Sun, Feb 07, 1999 at 11:00:16AM %2B0100
References:  <19990206132912.A24601@cs.uni-magdeburg.de> <19990206213256.A7077@freebsd.org> <19990207110016.A2743@cs.uni-magdeburg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 07, 1999 at 11:00:16AM +0100, Roland Jesse wrote:
> 
> Well, that was not my point. The ACE Makefiles do not include any install*
> targets. What I do to install the whole thing is, I just copy everything
> in pkg/PLIST over to ${PREFIX}/ACE_wrappers/. Currently, this includes the
> (uncompressed) manpages.

Why can't you use something like,

.for m in ${MAN3}
	@${INSTALL_MAN} ${WRKSRC}/$m $t
.endfor

?

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?19990207103557.A23824>