diff options
author | maho <maho@FreeBSD.org> | 2007-07-03 09:46:13 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-03 09:46:13 +0800 |
commit | 705110b0f0e344890df695d2f4d7ab061c3881af (patch) | |
tree | 40572d10f3e8035e467636e633319a9681fb7cfe /math/scalapack | |
parent | 1d555db8679af3ec649b28d043f27c69e45da2d8 (diff) | |
download | freebsd-ports-gnome-705110b0f0e344890df695d2f4d7ab061c3881af.tar.gz freebsd-ports-gnome-705110b0f0e344890df695d2f4d7ab061c3881af.tar.zst freebsd-ports-gnome-705110b0f0e344890df695d2f4d7ab061c3881af.zip |
Make fetchable by prepareing 1.7.5 version of scalapack_install.ps.
It is replaced to 1.8.0 one.
Spotted by: kris via pointyhat
Diffstat (limited to 'math/scalapack')
-rw-r--r-- | math/scalapack/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile index fb1fef8e7bd0..14049e6b444e 100644 --- a/math/scalapack/Makefile +++ b/math/scalapack/Makefile @@ -9,10 +9,12 @@ PORTNAME= scalapack PORTVERSION= 1.7.5 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/scalapack/ +MASTER_SITES= ftp://ftp.netlib.org/scalapack/ \ + ${MASTER_SITE_LOCAL:S/$/:install_ps/} +MASTER_SITE_SUBDIR+= maho/scalapack/:install_ps DISTFILES= scalapack-${PORTVERSION}.tgz manpages.tgz .if !defined(NOPORTDOCS) -DISTFILES+= scalapack_install.ps scalapackqref.ps \ +DISTFILES+= scalapack_install.ps:install_ps scalapackqref.ps \ lawn100.ps pblasqref.ps manual.ps design.ps \ pumma_refmanual.ps trans.ps .endif |