summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2016-02-28 09:32:43 +0000
committerdinoex <dinoex@FreeBSD.org>2016-02-28 09:32:43 +0000
commit45ac41cc4b42323141f1bba11aab46c1752cfbbf (patch)
tree3625317c71689869e4617a614f6aef4e36c36f21
parent707275b09c10af14f5104569f83eb144daa218c9 (diff)
downloadFreeBSD-ports-45ac41cc4b42323141f1bba11aab46c1752cfbbf.zip
FreeBSD-ports-45ac41cc4b42323141f1bba11aab46c1752cfbbf.tar.gz
- Makefile.local for slave ports is included by bsd.port.mk r397519
-rw-r--r--german/webalizer2/Makefile4
-rw-r--r--japanese/webalizer/Makefile4
-rw-r--r--mail/popa3d-before-sendmail/Makefile4
-rw-r--r--net/py-miniupnpc/Makefile4
-rw-r--r--news/suck-cnews/Makefile4
-rw-r--r--polish/webalizer2/Makefile4
-rw-r--r--portuguese/webalizer-pt_BR/Makefile4
-rw-r--r--portuguese/webalizer-pt_PT/Makefile4
-rw-r--r--print/cups-client/Makefile1
-rw-r--r--print/cups-image/Makefile1
-rw-r--r--russian/gd/Makefile4
-rw-r--r--www/geolizer/Makefile4
12 files changed, 0 insertions, 42 deletions
diff --git a/german/webalizer2/Makefile b/german/webalizer2/Makefile
index 7952c68..7b1d3e0 100644
--- a/german/webalizer2/Makefile
+++ b/german/webalizer2/Makefile
@@ -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"
diff --git a/japanese/webalizer/Makefile b/japanese/webalizer/Makefile
index 19d7a1b..175936d 100644
--- a/japanese/webalizer/Makefile
+++ b/japanese/webalizer/Makefile
@@ -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"
diff --git a/mail/popa3d-before-sendmail/Makefile b/mail/popa3d-before-sendmail/Makefile
index 6e5efc5..ae715be 100644
--- a/mail/popa3d-before-sendmail/Makefile
+++ b/mail/popa3d-before-sendmail/Makefile
@@ -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"
diff --git a/net/py-miniupnpc/Makefile b/net/py-miniupnpc/Makefile
index ed01b7b..490384d 100644
--- a/net/py-miniupnpc/Makefile
+++ b/net/py-miniupnpc/Makefile
@@ -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
diff --git a/news/suck-cnews/Makefile b/news/suck-cnews/Makefile
index dcbf964f..f74594b 100644
--- a/news/suck-cnews/Makefile
+++ b/news/suck-cnews/Makefile
@@ -8,8 +8,4 @@ MASTERDIR= ${.CURDIR}/../suck
OPTIONS_DEFAULT= SSL CNEWS
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
.include "${MASTERDIR}/Makefile"
diff --git a/polish/webalizer2/Makefile b/polish/webalizer2/Makefile
index 2884125..6d02b7a 100644
--- a/polish/webalizer2/Makefile
+++ b/polish/webalizer2/Makefile
@@ -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"
diff --git a/portuguese/webalizer-pt_BR/Makefile b/portuguese/webalizer-pt_BR/Makefile
index 9532893..ee17ab97 100644
--- a/portuguese/webalizer-pt_BR/Makefile
+++ b/portuguese/webalizer-pt_BR/Makefile
@@ -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"
diff --git a/portuguese/webalizer-pt_PT/Makefile b/portuguese/webalizer-pt_PT/Makefile
index fba2f62..0fed714 100644
--- a/portuguese/webalizer-pt_PT/Makefile
+++ b/portuguese/webalizer-pt_PT/Makefile
@@ -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"
diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile
index 4045bdc..b0f24a0 100644
--- a/print/cups-client/Makefile
+++ b/print/cups-client/Makefile
@@ -8,5 +8,4 @@ MASTERDIR?= ${.CURDIR}/../cups-base
CUPS_CLIENT= yes
-.sinclude "${.CURDIR}/Makefile.local"
.include "${MASTERDIR}/Makefile"
diff --git a/print/cups-image/Makefile b/print/cups-image/Makefile
index ec3e010..283b9a1 100644
--- a/print/cups-image/Makefile
+++ b/print/cups-image/Makefile
@@ -8,5 +8,4 @@ MASTERDIR?= ${.CURDIR}/../cups-base
CUPS_IMAGE= yes
-.sinclude "${.CURDIR}/Makefile.local"
.include "${MASTERDIR}/Makefile"
diff --git a/russian/gd/Makefile b/russian/gd/Makefile
index 6e7b4b5..2f19e7b 100644
--- a/russian/gd/Makefile
+++ b/russian/gd/Makefile
@@ -11,8 +11,4 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-fonts/geminifonts:fetch
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"
diff --git a/www/geolizer/Makefile b/www/geolizer/Makefile
index b350893..0bf81e8 100644
--- a/www/geolizer/Makefile
+++ b/www/geolizer/Makefile
@@ -11,8 +11,4 @@ OPTIONS_DEFAULT=GEOIP
WEBALIZER_SUFFIX= -geoip
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud