aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-03-12 08:02:49 +0800
committermaho <maho@FreeBSD.org>2007-03-12 08:02:49 +0800
commit7fd67131cb78f4b4a679b65b4b65bdc6b63331c6 (patch)
tree24a196b50e7cbfdc6c9fad5dfc55a6cf81a69102 /math
parenta081a4f95d5283dca3c9410e636732752b9afb19 (diff)
downloadfreebsd-ports-gnome-7fd67131cb78f4b4a679b65b4b65bdc6b63331c6.tar.gz
freebsd-ports-gnome-7fd67131cb78f4b4a679b65b4b65bdc6b63331c6.tar.zst
freebsd-ports-gnome-7fd67131cb78f4b4a679b65b4b65bdc6b63331c6.zip
Fetch distfile anyway on pointyhat like JDK ports.
Submitted by: kris
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"