aboutsummaryrefslogtreecommitdiff
path: root/net/hinfo
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-29 15:35:08 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-29 15:35:08 +0000
commit57cf92dc793c4ac5af3bdf9c36d19db0913924c2 (patch)
tree3344f4b1697275869bc3be1dcddc3261fd86b728 /net/hinfo
parentdd877c86748f12696b758b874cd9fe3f2dc18ac7 (diff)
downloadports-57cf92dc793c4ac5af3bdf9c36d19db0913924c2.tar.gz
ports-57cf92dc793c4ac5af3bdf9c36d19db0913924c2.zip
1. The actual MASTER_SITE where the tarball resides is not
reachable by the FreeBSD build machines. Grr. (distfile survey) 2. The applied patch did not account for perl not being in the default location. (Thanks to Piet Delport <pjd at 303.za.net> for the catch and the fix.) PR: 52200 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=83838
Diffstat (limited to 'net/hinfo')
-rw-r--r--net/hinfo/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/hinfo/Makefile b/net/hinfo/Makefile
index 7dc3d1a10274..c24f8e2dadbe 100644
--- a/net/hinfo/Makefile
+++ b/net/hinfo/Makefile
@@ -8,8 +8,10 @@
PORTNAME= hinfo
PORTVERSION= 1.0
CATEGORIES= net perl5
-MASTER_SITES= http://www.blars.org/ \
- http://www.lonesome.com/FreeBSD/distfiles/
+# note: the "true" MASTER_SITE is http://www.blars.org, but
+# due to policies on that site, it is not reachable from the
+# FreeBSD build machines.
+MASTER_SITES= http://www.lonesome.com/FreeBSD/distfiles/
MAINTAINER= linimon@lonesome.com
COMMENT= Utility primarily designed to find the owner of an IP block
@@ -34,7 +36,7 @@ NO_BUILD= yes
# already be patched for you.
post-extract:
.for file in ${HINFO_SCRIPTS}
- ${REINPLACE_CMD} -e 's|/usr/bin/|${PREFIX}/bin/|g' ${WRKSRC}/${file}
+ ${REINPLACE_CMD} -E '1s|^#!.+|#!${PERL}|' ${WRKSRC}/${file}
.endfor
do-install: