diff options
Diffstat (limited to 'math/superlu')
-rw-r--r-- | math/superlu/Makefile | 4 | ||||
-rw-r--r-- | math/superlu/distinfo | 6 | ||||
-rw-r--r-- | math/superlu/pkg-plist | 2 |
3 files changed, 6 insertions, 6 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> diff --git a/math/superlu/distinfo b/math/superlu/distinfo index f91f9c2151b2..d88e053e04c0 100644 --- a/math/superlu/distinfo +++ b/math/superlu/distinfo @@ -1,9 +1,9 @@ MD5 (superlu/superlu_3.0.tar.gz) = 1d1bf4c81d1d6b60a315c14f6bcddfaf SHA256 (superlu/superlu_3.0.tar.gz) = d0132a3a2fb6269dc8faa0b9ea9611764e8ca31265441f64cfc80485a86d5784 SIZE (superlu/superlu_3.0.tar.gz) = 1134160 -MD5 (superlu/superlu_ug.ps.gz) = 0d712ba0b2cc2a82fe7621050b0e299a -SHA256 (superlu/superlu_ug.ps.gz) = 3e22d349f1f5288cfce768909b2e91ad3b95ee656d546cbbbacc3bf1a6ff1f76 -SIZE (superlu/superlu_ug.ps.gz) = 204281 +MD5 (superlu/superlu_ug.pdf) = e207024bf7f77105a60922dec5e9e85b +SHA256 (superlu/superlu_ug.pdf) = f4c34805010f95127a54775c4e3565a07c1afb1c231e2f9a03ac50cd958dace1 +SIZE (superlu/superlu_ug.pdf) = 379451 MD5 (superlu/SLU_general.ps.gz) = c51b5e8149c8fe3e46b5e7da2c0f819b SHA256 (superlu/SLU_general.ps.gz) = 00d00cedfadd96a42014d22b30c0cc451a575d8d309774519068b11d4be1ebe5 SIZE (superlu/SLU_general.ps.gz) = 89463 diff --git a/math/superlu/pkg-plist b/math/superlu/pkg-plist index 898bc995ce15..e472b72cfc70 100644 --- a/math/superlu/pkg-plist +++ b/math/superlu/pkg-plist @@ -13,5 +13,5 @@ lib/libsuperlu.a @dirrm include/superlu %%PORTDOCS%%%%DOCSDIR%%/SLU_general.ps.gz %%PORTDOCS%%%%DOCSDIR%%/simax95.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/superlu_ug.ps.gz +%%PORTDOCS%%%%DOCSDIR%%/superlu_ug.pdf %%PORTDOCS%%@dirrm %%DOCSDIR%% |