Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2011 10:35:26 -0400
From:      Wesley Shields <wxs@FreeBSD.org>
To:        Chris Rees <crees@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/irc/inspircd Makefile
Message-ID:  <20110707143526.GA84803@atarininja.org>
In-Reply-To: <201107061751.p66HpOAS092353@repoman.freebsd.org>
References:  <201107061751.p66HpOAS092353@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 06, 2011 at 05:51:24PM +0000, Chris Rees wrote:
> crees       2011-07-06 17:51:24 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     irc/inspircd         Makefile 
>   Log:
>   Oops, ${PORTSDIR}/Mk isn't in the search path of course...
>   
>   Submitted by:   rene
>   Approved by:    rene (mentor, implicit)
>   
>   Revision  Changes    Path
>   1.17      +1 -1      ports/irc/inspircd/Makefile
> http://cvsweb.FreeBSD.org/ports/irc/inspircd/Makefile.diff?r1=1.16&r2=1.17
> | --- ports/irc/inspircd/Makefile	2011/07/05 21:22:51	1.16
> | +++ ports/irc/inspircd/Makefile	2011/07/06 17:51:24	1.17
> | @@ -2,7 +2,7 @@
> |  # Date created:        25 August 2006
> |  # Whom:                brain
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/irc/inspircd/Makefile,v 1.16 2011/07/05 21:22:51 crees Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/irc/inspircd/Makefile,v 1.17 2011/07/06 17:51:24 crees Exp $
> |  #
> |  
> |  PORTNAME=	inspircd
> | @@ -98,7 +98,7 @@ PLIST_SUB+=	GNUTLS="@comment "
> |  .endif
> |  
> |  .if defined(WITH_OPENSSL) && !defined(WITHOUT_OPENSSL)
> | -.include <bsd.openssl.mk>
> | +.include <${PORTSDIR}/Mk/bsd.openssl.mk>

Other ports that do this use the quoted syntax. Probably want to do so
here too. See lang/php4 as an example.

-- WXS



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