summaryrefslogtreecommitdiff
path: root/security/fragroute
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 /security/fragroute
parent45ba4e37fd8e682cf12febc192ee0302681bfa77 (diff)
downloadpkgsrc-f565a1af87ccaccae3cfc89af55ee17f3d8ff47b.tar.gz
".for variable names should not contain uppercase letters"
Diffstat (limited to 'security/fragroute')
-rw-r--r--security/fragroute/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile
index 51ed5798357..b5eebf42714 100644
--- a/security/fragroute/Makefile
+++ b/security/fragroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2013/02/06 23:23:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2013/04/06 13:24:20 rodent Exp $
DISTNAME= fragroute-1.2
PKGREVISION= 14
@@ -21,8 +21,8 @@ SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \
INSTALLATION_DIRS+= share/fragroute
pre-install:
-.for FILE in ${SCRIPTS}
- ${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${DESTDIR}${PREFIX}/share/fragroute
+.for file in ${SCRIPTS}
+ ${INSTALL_DATA} ${WRKSRC}/scripts/${file} ${DESTDIR}${PREFIX}/share/fragroute
.endfor
.include "../../net/libpcap/buildlink3.mk"