svn commit: r330667 - in head: german/bugzilla40 japanese/bugzilla40 russian/bugzilla40
Olli Hauer
ohauer at FreeBSD.org
Thu Oct 17 19:45:36 UTC 2013
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}
More information about the svn-ports-all
mailing list