aboutsummaryrefslogtreecommitdiff
path: root/math/superlu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r--math/superlu/Makefile3
1 files changed, 1 insertions, 2 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>