aboutsummaryrefslogtreecommitdiff
path: root/net/hinfo
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-04-10 01:44:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-04-10 01:44:14 +0000
commit944377487915131f0584dfc1746645c3d12de84d (patch)
treea83bce24f7a2361d4400d5f2e914eb9c421b152b /net/hinfo
parent309ee6a8ae8cf139346f6f3c3f2ca91ad5948b20 (diff)
downloadports-944377487915131f0584dfc1746645c3d12de84d.tar.gz
ports-944377487915131f0584dfc1746645c3d12de84d.zip
Notes
Diffstat (limited to 'net/hinfo')
-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.