summaryrefslogtreecommitdiff
path: root/editors/xcoral
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 13:24:18 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 13:24:18 +0000
commitf565a1af87ccaccae3cfc89af55ee17f3d8ff47b (patch)
tree7e09ae380f09209fdebcf2ee8170c971a410c319 /editors/xcoral
parent45ba4e37fd8e682cf12febc192ee0302681bfa77 (diff)
downloadpkgsrc-f565a1af87ccaccae3cfc89af55ee17f3d8ff47b.tar.gz
".for variable names should not contain uppercase letters"
Diffstat (limited to 'editors/xcoral')
-rw-r--r--editors/xcoral/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile
index 1aec621c830..5928981de08 100644
--- a/editors/xcoral/Makefile
+++ b/editors/xcoral/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/10/03 11:43:47 asau Exp $
+# $NetBSD: Makefile,v 1.19 2013/04/06 13:24:18 rodent Exp $
DISTNAME= xcoral-3.2
PKGREVISION= 1
@@ -25,8 +25,8 @@ INSTALLATION_DIRS= bin lib/xcoral share/doc/xcoral/HTML/icons
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${DESTDIR}${PREFIX}/bin
-.for FILE in ${LIBFILES}
- ${INSTALL_DATA} ${WRKSRC}/SmacLib/${FILE} ${DESTDIR}${PREFIX}/lib/xcoral
+.for file in ${LIBFILES}
+ ${INSTALL_DATA} ${WRKSRC}/SmacLib/${file} ${DESTDIR}${PREFIX}/lib/xcoral
.endfor
${CP} -r ${WRKSRC}/Doc/* ${DESTDIR}${PREFIX}/share/doc/xcoral