aboutsummaryrefslogtreecommitdiffstats
path: root/editors/biew
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-07 17:28:14 +0800
committermarcus <marcus@FreeBSD.org>2003-11-07 17:28:14 +0800
commitf5d7b46097ea574b874459d9b68880cc46d8c3d5 (patch)
tree3d5e88ba7c16da5942c810ee5e53114df3e3459f /editors/biew
parent264cdcd7a6bead083ad3106f86fb0744dedb57f5 (diff)
downloadfreebsd-ports-graphics-f5d7b46097ea574b874459d9b68880cc46d8c3d5.tar.gz
freebsd-ports-graphics-f5d7b46097ea574b874459d9b68880cc46d8c3d5.tar.zst
freebsd-ports-graphics-f5d7b46097ea574b874459d9b68880cc46d8c3d5.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>
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 a1a51685f0e..bef0ff72893 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