svn commit: r325289 - head/net/boinc-client
Rene Ladan
rene at FreeBSD.org
Sat Aug 24 09:25:27 UTC 2013
Author: rene
Date: Sat Aug 24 09:25:26 2013
New Revision: 325289
URL: http://svnweb.freebsd.org/changeset/ports/325289
Log:
Remove check for variable names deprecated since the 7.0.28 update
(which happened on 2012-04-15, ports/166873).
Modified:
head/net/boinc-client/Makefile
Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile Sat Aug 24 09:07:34 2013 (r325288)
+++ head/net/boinc-client/Makefile Sat Aug 24 09:25:26 2013 (r325289)
@@ -56,16 +56,6 @@ NO_NET_INFO_DESC= Do not send host addre
.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
More information about the svn-ports-all
mailing list