Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 19:45:35 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330667 - in head: german/bugzilla40 japanese/bugzilla40 russian/bugzilla40
Message-ID:  <201310171945.r9HJjZ8q099278@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Thu Oct 17 19:45:34 2013
New Revision: 330667
URL: http://svnweb.freebsd.org/changeset/ports/330667

Log:
  - adjust include path

Modified:
  head/german/bugzilla40/Makefile
  head/japanese/bugzilla40/Makefile
  head/russian/bugzilla40/Makefile

Modified: head/german/bugzilla40/Makefile
==============================================================================
--- head/german/bugzilla40/Makefile	Thu Oct 17 19:35:22 2013	(r330666)
+++ head/german/bugzilla40/Makefile	Thu Oct 17 19:45:34 2013	(r330667)
@@ -14,7 +14,7 @@ RUN_DEPENDS=	bugzilla40>=${PORTVERSION}:
 
 NO_WRKSUBDIR=	yes
 
-.include "${.CURDIR}/../../devel/bugzilla/Makefile.common"
+.include "${.CURDIR}/../../devel/bugzilla40/Makefile.common"
 
 LANGDIR=	${WWWDIR}/template/de
 

Modified: head/japanese/bugzilla40/Makefile
==============================================================================
--- head/japanese/bugzilla40/Makefile	Thu Oct 17 19:35:22 2013	(r330666)
+++ head/japanese/bugzilla40/Makefile	Thu Oct 17 19:45:34 2013	(r330667)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	bugzilla40>=${PORTVERSION}:
 
 NO_WRKSUBDIR=	yes
 
-.include "${.CURDIR}/../../devel/bugzilla/Makefile.common"
+.include "${.CURDIR}/../../devel/bugzilla40/Makefile.common"
 
 USE_BZIP2=	yes
 

Modified: head/russian/bugzilla40/Makefile
==============================================================================
--- head/russian/bugzilla40/Makefile	Thu Oct 17 19:35:22 2013	(r330666)
+++ head/russian/bugzilla40/Makefile	Thu Oct 17 19:45:34 2013	(r330667)
@@ -14,7 +14,7 @@ RUN_DEPENDS=	bugzilla40>=${PORTVERSION}:
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.ru
 
-.include "${.CURDIR}/../../devel/bugzilla/Makefile.common"
+.include "${.CURDIR}/../../devel/bugzilla40/Makefile.common"
 
 do-install:
 	${MKDIR} ${STAGEDIR}${WWWDIR}



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