From 57cf92dc793c4ac5af3bdf9c36d19db0913924c2 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Sun, 29 Jun 2003 15:35:08 +0000 Subject: 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 for the catch and the fix.) PR: 52200 Submitted by: Mark Linimon --- net/hinfo/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'net/hinfo') 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: -- cgit v1.2.3