cvs commit: ports/irc/inspircd Makefile

Wesley Shields wxs at FreeBSD.org
Thu Jul 7 14:32:19 UTC 2011


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


More information about the cvs-ports mailing list