aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/hinfo/Makefile8
-rw-r--r--net/hinfo/pkg-descr3
2 files changed, 6 insertions, 5 deletions
diff --git a/net/hinfo/Makefile b/net/hinfo/Makefile
index 4565a4ec6d37..31a8c4ff5a5e 100644
--- a/net/hinfo/Makefile
+++ b/net/hinfo/Makefile
@@ -36,8 +36,8 @@ NO_BUILD= yes
# By default, we don't install myhostinfo.cgi. Install it if you wish; it'll
# already be patched for you.
post-extract:
-.for file in ${HINFO_SCRIPTS}
- ${REINPLACE_CMD} -E '1s|^#!.+|#!${PERL}|' ${WRKSRC}/${file}
+.for filename in ${HINFO_SCRIPTS}
+ ${REINPLACE_CMD} -E '1s|^#!.+|#!${PERL}|' ${WRKSRC}/${filename}
.endfor
do-install:
@@ -52,8 +52,8 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/hinfo.conf.5 ${PREFIX}/man/man5/
.endif
@${MKDIR} ${DATADIR}
-.for file in ${HINFO_DBFILES}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR}
+.for filename in ${HINFO_DBFILES}
+ ${INSTALL_DATA} ${WRKSRC}/${filename} ${DATADIR}
.endfor
.include <bsd.port.mk>
diff --git a/net/hinfo/pkg-descr b/net/hinfo/pkg-descr
index 215940b4ec47..a090125592fc 100644
--- a/net/hinfo/pkg-descr
+++ b/net/hinfo/pkg-descr
@@ -5,4 +5,5 @@ spam complaints to where they may do some good.
(maintainer's note: the DATAFILES are updated without the port version
necessarily being updated. Expect drift on distinfo. See hinfo-update.)
-WWW: http://www.blars.org/hinfo.html
+Although the home page of the software is at www.blars.org/hinfo.html,
+that page is not reachable from the FreeBSD.org domain.