diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-10 09:44:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-10 09:44:14 +0800 |
commit | f03408191f5ea0a0554defb1e6bb33b4b13d34d2 (patch) | |
tree | d73c439943cca25c59e364eb55511072c8d00f4c /net | |
parent | f3fe3f4547560bae1c4bfa9587f58f73f03b4087 (diff) | |
download | freebsd-ports-gnome-f03408191f5ea0a0554defb1e6bb33b4b13d34d2.tar.gz freebsd-ports-gnome-f03408191f5ea0a0554defb1e6bb33b4b13d34d2.tar.zst freebsd-ports-gnome-f03408191f5ea0a0554defb1e6bb33b4b13d34d2.zip |
Pacify portlint and distfile survey.
Diffstat (limited to 'net')
-rw-r--r-- | net/hinfo/Makefile | 8 | ||||
-rw-r--r-- | net/hinfo/pkg-descr | 3 |
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. |