aboutsummaryrefslogtreecommitdiff
path: root/lang/yorick
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
commit7cf7b646b201f4759df4922b5cd4e8da431273d2 (patch)
tree13d42177751c867bde9c2a0e0b61d8d4123c5fc5 /lang/yorick
parentf4d7c801f854ff4fad4642d62b23bae798962615 (diff)
downloadports-7cf7b646b201f4759df4922b5cd4e8da431273d2.tar.gz
ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.zip
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=93295
Diffstat (limited to 'lang/yorick')
-rw-r--r--lang/yorick/Makefile4
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