diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-03-15 07:08:45 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-03-15 07:08:45 +0000 |
commit | e41ecdf4f81772a1e595f851e03ea94e70178742 (patch) | |
tree | a48f2f21ff5980624d4ac06f25bee4b5f2a2fc29 /math | |
parent | 029bee4aa5e31d40ac1fcede8e0b3411a71befdf (diff) | |
download | ports-e41ecdf4f81772a1e595f851e03ea94e70178742.tar.gz ports-e41ecdf4f81772a1e595f851e03ea94e70178742.zip |
Notes
Diffstat (limited to 'math')
-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} |