diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-08-06 09:44:20 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-08-06 09:44:20 +0000 |
commit | a481aff7823cb72022bfd08191154e2fe43b8cf9 (patch) | |
tree | 927f5bd30d9d51bb5d2aaf0470a8dfd73dccbf19 /math/superlu/Makefile | |
parent | e4febf184ab67b0eb1939c42851f567cfcac17d0 (diff) | |
download | ports-a481aff7823cb72022bfd08191154e2fe43b8cf9.tar.gz ports-a481aff7823cb72022bfd08191154e2fe43b8cf9.zip |
Notes
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r-- | math/superlu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 3048c3ba491f..7a0c4b00730a 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -12,7 +12,7 @@ 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:doc simax95.ps.gz:doc +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} superlu_ug.pdf SLU_general.ps.gz:doc simax95.ps.gz:doc .endif DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -64,7 +64,7 @@ do-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/SLU_general.ps.gz ${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/simax95.ps.gz ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/superlu_ug.ps.gz ${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/superlu_ug.pdf ${DOCSDIR} .endif .include <bsd.port.pre.mk> |