diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:28:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:28:14 +0000 |
commit | 7cf7b646b201f4759df4922b5cd4e8da431273d2 (patch) | |
tree | 13d42177751c867bde9c2a0e0b61d8d4123c5fc5 /lang/yorick | |
parent | f4d7c801f854ff4fad4642d62b23bae798962615 (diff) | |
download | ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.tar.gz ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.zip |
Notes
Diffstat (limited to 'lang/yorick')
-rw-r--r-- | lang/yorick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile index e7c6deab4200..000bc0b73653 100644 --- a/lang/yorick/Makefile +++ b/lang/yorick/Makefile @@ -42,7 +42,7 @@ MAKE_ARGS= Y_HOME="${PREFIX}/lib/${PORTNAME}" Y_SITE="${DATADIR}" \ MAN1= yorick.1 gist.1 INFO= yorick -PORTDOCS= FILE_FORMATS README drat.doc drat.tex graph.doc hex.doc \ +MYPORTDOCS= FILE_FORMATS README drat.doc drat.tex graph.doc hex.doc \ library.doc math.doc refs.pdf refs.ps refs.tex std.doc \ yorick.pdf yorick.ps yorick.tex @@ -67,7 +67,7 @@ post-install: @${CP} ${DATADIR}/i0/paths.i ${PREFIX}/lib/${PORTNAME}/bin/paths.i .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} +.for file in ${MYPORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor @${LN} -sf ../doc/${PORTNAME} ${DATADIR}/doc |