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 /deskutils/teapot | |
parent | f4d7c801f854ff4fad4642d62b23bae798962615 (diff) | |
download | ports-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 'deskutils/teapot')
-rw-r--r-- | deskutils/teapot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile index 859b5a590555..8b6058ec1c14 100644 --- a/deskutils/teapot/Makefile +++ b/deskutils/teapot/Makefile @@ -22,7 +22,7 @@ EXAMPLES= examples/asqrt examples/asqrt.README examples/blink \ examples/counter examples/counter.README examples/life \ examples/life.README examples/graphtest.sh examples/sqrt \ examples/sqrt.README -PORTDOCS= doc/teapot.doc doc/teapot.html doc/teapot.ps +MYPORTDOCS= doc/teapot.doc doc/teapot.html doc/teapot.ps post-build: @cd ${WRKSRC}/doc && ${MAKE} teapot.doc teapot.html teapot.ps @@ -36,7 +36,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} .endfor @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} +.for file in ${MYPORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif |