aboutsummaryrefslogtreecommitdiffstats
path: root/net/boinc-client
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-08-24 17:25:26 +0800
committerrene <rene@FreeBSD.org>2013-08-24 17:25:26 +0800
commitcb566c67459eb3787c3277ec466986057f6eb44c (patch)
tree2a953111423c75def0b7b2a856d75d893d3f4627 /net/boinc-client
parentf50573458108501ed359d6bde8f94231b9c36747 (diff)
downloadfreebsd-ports-gnome-cb566c67459eb3787c3277ec466986057f6eb44c.tar.gz
freebsd-ports-gnome-cb566c67459eb3787c3277ec466986057f6eb44c.tar.zst
freebsd-ports-gnome-cb566c67459eb3787c3277ec466986057f6eb44c.zip
Remove check for variable names deprecated since the 7.0.28 update
(which happened on 2012-04-15, ports/166873).
Diffstat (limited to 'net/boinc-client')
-rw-r--r--net/boinc-client/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index 08b89c5363a3..0175a800f991 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -56,16 +56,6 @@ NO_NET_INFO_DESC= Do not send host address and name to servers
.include <bsd.port.options.mk>
-.if defined(BOINC_USER) || defined(BOINC_GROUP) || defined(BOINC_HOME)
-pre-extract:
- @${ECHO_MSG}
- @${ECHO_MSG} "===> The following variables were renamed:"
- @${ECHO_MSG} "===> BOINC_USER BOINC_GROUP BOINC_HOME"
- @${ECHO_MSG} "===> Use new names of similar variables."
- @${ECHO_MSG}
- @exit 1
-.endif
-
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not install on ia64, powerpc, or sparc64
.endif