diff options
author | maho <maho@FreeBSD.org> | 2006-03-15 15:08:45 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-03-15 15:08:45 +0800 |
commit | 0f82d8e1d67d6491b908cac1d224f4163907edf2 (patch) | |
tree | 22934af4830034861a2513eec82b4ecc3e69b842 /math/superlu | |
parent | 46aee705131cdc3820f698a2da850c6ca1fd2e59 (diff) | |
download | freebsd-ports-gnome-0f82d8e1d67d6491b908cac1d224f4163907edf2.tar.gz freebsd-ports-gnome-0f82d8e1d67d6491b908cac1d224f4163907edf2.tar.zst freebsd-ports-gnome-0f82d8e1d67d6491b908cac1d224f4163907edf2.zip |
Make fetchable
Submitted by: fenner's distinfo check
Diffstat (limited to 'math/superlu')
-rw-r--r-- | math/superlu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index ee837995ec98..5552c46f02e7 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -8,10 +8,11 @@ PORTNAME= superlu DISTVERSION= ${P_VERSION}.20060201 CATEGORIES= math -MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ +MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ + http://crd.lbl.gov/~xiaoye/:doc DISTNAME= ${PORTNAME}_${P_VERSION} .ifndef NOPORTDOCS -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} superlu_ug.ps.gz SLU_general.ps.gz simax95.ps.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} superlu_ug.ps.gz SLU_general.ps.gz:doc simax95.ps.gz:doc .endif DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |