diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 13:24:18 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 13:24:18 +0000 |
commit | f565a1af87ccaccae3cfc89af55ee17f3d8ff47b (patch) | |
tree | 7e09ae380f09209fdebcf2ee8170c971a410c319 /net/gofish | |
parent | 45ba4e37fd8e682cf12febc192ee0302681bfa77 (diff) | |
download | pkgsrc-f565a1af87ccaccae3cfc89af55ee17f3d8ff47b.tar.gz |
".for variable names should not contain uppercase letters"
Diffstat (limited to 'net/gofish')
-rw-r--r-- | net/gofish/Makefile | 6 |
1 files changed, 3 insertions, 3 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} |