summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-03-12 00:02:49 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-03-12 00:02:49 +0000
commit2e67ae9fb57805b23c60d4d2131b6ff3b0626b88 (patch)
tree0d72823f6baaebe1f1b83e9a2c2baa1ccd64d85c /math
parent- Update to 1.1 (diff)
Fetch distfile anyway on pointyhat like JDK ports.
Submitted by: kris
Notes
Notes: svn path=/head/; revision=187175
Diffstat (limited to 'math')
-rw-r--r--math/gotoblas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile
index 4cc47f5897c5..0ccc6bbceae8 100644
--- a/math/gotoblas/Makefile
+++ b/math/gotoblas/Makefile
@@ -78,7 +78,7 @@ pre-everything::
@${ECHO_CMD} "- None is specified, gfortran will be used."
@${ECHO_CMD} "****"
-.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !defined(PACKAGE_BUILDING) && !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
do-fetch:
@${ECHO_CMD} "You need to fetch ${DISTFILES} from:"
@${ECHO_CMD} "http://www.tacc.utexas.edu/resources/software/software.php"