summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 13:24:18 +0000
committerrodent <rodent>2013-04-06 13:24:18 +0000
commit645af6533798a5c80d04b31853c05db926158dc6 (patch)
tree7e09ae380f09209fdebcf2ee8170c971a410c319 /net
parentdec446e442d6562a7c114e2ccca3cf1ee1d64c76 (diff)
downloadpkgsrc-645af6533798a5c80d04b31853c05db926158dc6.tar.gz
".for variable names should not contain uppercase letters"
Diffstat (limited to 'net')
-rw-r--r--net/gofish/Makefile6
-rw-r--r--net/openslp/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/net/gofish/Makefile b/net/gofish/Makefile
index fad59138848..b00bfd3685b 100644
--- a/net/gofish/Makefile
+++ b/net/gofish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/10/23 17:18:24 asau Exp $
+# $NetBSD: Makefile,v 1.15 2013/04/06 13:24:19 rodent Exp $
DISTNAME= gofish-1.2
CATEGORIES= net
@@ -31,8 +31,8 @@ RCD_SCRIPTS= gopherd
OWN_DIRS_PERMS= ${RUNTIMEDIR} ${GOPHER_USER} ${GOPHER_GROUP} 0750
-.for FILE in gofish.conf gofish-www.conf
-CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+.for file in gofish.conf gofish-www.conf
+CONF_FILES+= ${EGDIR}/${file} ${PKG_SYSCONFDIR}/${file}
.endfor
FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q}
diff --git a/net/openslp/Makefile b/net/openslp/Makefile
index ba0441b1a2a..a10bf0ec6d2 100644
--- a/net/openslp/Makefile
+++ b/net/openslp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/02/14 16:51:32 drochner Exp $
+# $NetBSD: Makefile,v 1.42 2013/04/06 13:24:19 rodent Exp $
DISTNAME= openslp-1.2.1
PKGREVISION= 6
@@ -25,8 +25,8 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE}
CONFS= slp.conf slp.reg slp.spi
CONF_FILES= # empty
-.for FILE in ${CONFS}
-CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+.for file in ${CONFS}
+CONF_FILES+= ${EGDIR}/${file} ${PKG_SYSCONFDIR}/${file}
.endfor
RCD_SCRIPTS= slpd