aboutsummaryrefslogtreecommitdiff
path: root/net/boinc-client
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-08-24 09:25:26 +0000
committerRene Ladan <rene@FreeBSD.org>2013-08-24 09:25:26 +0000
commita8df3ada262e965f2ae21500cbc1009b4d375b29 (patch)
tree2a953111423c75def0b7b2a856d75d893d3f4627 /net/boinc-client
parent5ec3618067280f2429e30b16d2b2d5d2b91667b6 (diff)
downloadports-a8df3ada262e965f2ae21500cbc1009b4d375b29.tar.gz
ports-a8df3ada262e965f2ae21500cbc1009b4d375b29.zip
Notes
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