Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 09:32:43 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409731 - in head: german/webalizer2 japanese/webalizer mail/popa3d-before-sendmail net/py-miniupnpc news/suck-cnews polish/webalizer2 portuguese/webalizer-pt_BR portuguese/webalizer-pt...
Message-ID:  <201602280932.u1S9Whfa062107@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Feb 28 09:32:43 2016
New Revision: 409731
URL: https://svnweb.freebsd.org/changeset/ports/409731

Log:
  - Makefile.local for slave ports is included by bsd.port.mk r397519

Modified:
  head/german/webalizer2/Makefile
  head/japanese/webalizer/Makefile
  head/mail/popa3d-before-sendmail/Makefile
  head/net/py-miniupnpc/Makefile
  head/news/suck-cnews/Makefile
  head/polish/webalizer2/Makefile
  head/portuguese/webalizer-pt_BR/Makefile
  head/portuguese/webalizer-pt_PT/Makefile
  head/print/cups-client/Makefile
  head/print/cups-image/Makefile
  head/russian/gd/Makefile
  head/www/geolizer/Makefile

Modified: head/german/webalizer2/Makefile
==============================================================================
--- head/german/webalizer2/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/german/webalizer2/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -7,8 +7,4 @@ MAINTAINER=	dinoex@FreeBSD.org
 MASTERDIR?=	${.CURDIR}/../../www/webalizer
 WEBALIZER_LANG=	german
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 .include "${MASTERDIR}/Makefile"

Modified: head/japanese/webalizer/Makefile
==============================================================================
--- head/japanese/webalizer/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/japanese/webalizer/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -7,8 +7,4 @@ MAINTAINER=	dinoex@FreeBSD.org
 WEBALIZER_LANG=	japanese
 MASTERDIR?=	${.CURDIR}/../../www/webalizer
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 .include "${MASTERDIR}/Makefile"

Modified: head/mail/popa3d-before-sendmail/Makefile
==============================================================================
--- head/mail/popa3d-before-sendmail/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/mail/popa3d-before-sendmail/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -9,8 +9,4 @@ MASTERDIR?=	${.CURDIR}/../popa3d
 
 OPTIONS_DEFAULT=	SMTP_AFTER_POP3
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 .include "${MASTERDIR}/Makefile"

Modified: head/net/py-miniupnpc/Makefile
==============================================================================
--- head/net/py-miniupnpc/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/net/py-miniupnpc/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -15,10 +15,6 @@ USE_PYTHON=	autoplist distutils
 WRKDIR=		${WRKDIRPREFIX}${MASTERDIR}/work
 PLIST=		${.CURDIR}/pkg-plist
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 post-patch:
 	${REINPLACE_CMD} 's/\(version\)="[^"]*"/\1="${PORTVERSION}"/' \
 		${WRKSRC}/setup.py

Modified: head/news/suck-cnews/Makefile
==============================================================================
--- head/news/suck-cnews/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/news/suck-cnews/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -8,8 +8,4 @@ MASTERDIR=	${.CURDIR}/../suck
 
 OPTIONS_DEFAULT=	SSL CNEWS
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 .include "${MASTERDIR}/Makefile"

Modified: head/polish/webalizer2/Makefile
==============================================================================
--- head/polish/webalizer2/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/polish/webalizer2/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -8,8 +8,4 @@ MAINTAINER=	wtp@bsdguru.org
 MASTERDIR?=	${.CURDIR}/../../www/webalizer
 WEBALIZER_LANG=	polish
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 .include "${MASTERDIR}/Makefile"

Modified: head/portuguese/webalizer-pt_BR/Makefile
==============================================================================
--- head/portuguese/webalizer-pt_BR/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/portuguese/webalizer-pt_BR/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -8,8 +8,4 @@ MAINTAINER=	ports@FreeBSD.org
 MASTERDIR?=	${.CURDIR}/../../www/webalizer
 WEBALIZER_LANG=	portuguese_brazil
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 .include "${MASTERDIR}/Makefile"

Modified: head/portuguese/webalizer-pt_PT/Makefile
==============================================================================
--- head/portuguese/webalizer-pt_PT/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/portuguese/webalizer-pt_PT/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -8,8 +8,4 @@ MAINTAINER=	ports@FreeBSD.org
 MASTERDIR?=	${.CURDIR}/../../www/webalizer
 WEBALIZER_LANG=	portuguese
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 .include "${MASTERDIR}/Makefile"

Modified: head/print/cups-client/Makefile
==============================================================================
--- head/print/cups-client/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/print/cups-client/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -8,5 +8,4 @@ MASTERDIR?=	${.CURDIR}/../cups-base
 
 CUPS_CLIENT=	yes
 
-.sinclude "${.CURDIR}/Makefile.local"
 .include "${MASTERDIR}/Makefile"

Modified: head/print/cups-image/Makefile
==============================================================================
--- head/print/cups-image/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/print/cups-image/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -8,5 +8,4 @@ MASTERDIR?=	${.CURDIR}/../cups-base
 
 CUPS_IMAGE=	yes
 
-.sinclude "${.CURDIR}/Makefile.local"
 .include "${MASTERDIR}/Makefile"

Modified: head/russian/gd/Makefile
==============================================================================
--- head/russian/gd/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/russian/gd/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -11,8 +11,4 @@ BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDI
 GD_FONTS=	${DISTDIR}/x-koi8u.tgz koi6x10.bdf koi6x13.bdf \
 		koi10x16b.bdf koi9x15.bdf koi10x20.bdf
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 .include "${MASTERDIR}/Makefile"

Modified: head/www/geolizer/Makefile
==============================================================================
--- head/www/geolizer/Makefile	Sun Feb 28 09:06:56 2016	(r409730)
+++ head/www/geolizer/Makefile	Sun Feb 28 09:32:43 2016	(r409731)
@@ -11,8 +11,4 @@ OPTIONS_DEFAULT=GEOIP
 
 WEBALIZER_SUFFIX=	-geoip
 
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
 .include "${MASTERDIR}/Makefile"



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