diff options
author | maho <maho@FreeBSD.org> | 2003-06-11 08:27:14 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-06-11 08:27:14 +0800 |
commit | ed7148822333eb6e5832faa2873976d00c2ec41f (patch) | |
tree | 83b1f55276bf9665223397fd0a55a5a326bddf76 /math | |
parent | 197de7de93f56c315265696260bf9a9042a28a35 (diff) | |
download | freebsd-ports-gnome-ed7148822333eb6e5832faa2873976d00c2ec41f.tar.gz freebsd-ports-gnome-ed7148822333eb6e5832faa2873976d00c2ec41f.tar.zst freebsd-ports-gnome-ed7148822333eb6e5832faa2873976d00c2ec41f.zip |
1. correct pkg-plist
2. documetation came with tarball is old.
replaced by new one.
Diffstat (limited to 'math')
-rw-r--r-- | math/superlu/Makefile | 3 | ||||
-rw-r--r-- | math/superlu/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index ba7147685cdb..cc5670f43254 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -46,10 +46,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/SRC/*.h ${PREFIX}/include/superlu .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/INSTALL/*.ps ${DOCSDIR} - ${GZIP_CMD} ${DOCSDIR}/*.ps ${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} .endif .include <bsd.port.mk> diff --git a/math/superlu/pkg-plist b/math/superlu/pkg-plist index 9365c9353b5b..ae9e0c590e34 100644 --- a/math/superlu/pkg-plist +++ b/math/superlu/pkg-plist @@ -12,6 +12,5 @@ lib/libsuperlu.a @dirrm include/superlu %%PORTDOCS%%share/doc/superlu/SLU_general.ps.gz %%PORTDOCS%%share/doc/superlu/simax95.ps.gz -%%PORTDOCS%%share/doc/superlu/ug.ps.gz +%%PORTDOCS%%share/doc/superlu/superlu_ug.ps.gz %%PORTDOCS%%@dirrm share/doc/superlu - |