aboutsummaryrefslogtreecommitdiff
path: root/editors/biew
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 /editors/biew
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 'editors/biew')
-rw-r--r--editors/biew/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index a1a51685f0e9..bef0ff728939 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -19,7 +19,7 @@ COMMENT= Binary vIEWer + editor for binary, hexadecimal and dis-asm modes
USE_BZIP2= yes
USE_GMAKE= yes
-PORTDOCS= biew_en.txt biew_ru.txt develop.en develop.ru file_ini.en \
+MYPORTDOCS= biew_en.txt biew_ru.txt develop.en develop.ru file_ini.en \
file_ini.ru licence.en licence.ru release.txt unix.txt
.include <bsd.port.pre.mk>
@@ -56,7 +56,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/hlp/biew.hlp ${DATADIR}
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif