View | Details | Raw Unified | Return to bug 52200
Collapse All | Expand All

(-)hinfo/Makefile (-3 / +5 lines)
Lines 8-15 Link Here
8
PORTNAME=	hinfo
8
PORTNAME=	hinfo
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
CATEGORIES=	net perl5
10
CATEGORIES=	net perl5
11
MASTER_SITES=	http://www.blars.org/ \
11
# note: the "true" MASTER_SITE is http://www.blars.org, but
12
		http://www.lonesome.com/FreeBSD/distfiles/
12
# due to policies on that site, it is not reachable from the
13
# FreeBSD build machines.
14
MASTER_SITES=	http://www.lonesome.com/FreeBSD/distfiles/
13
15
14
MAINTAINER=	linimon@lonesome.com
16
MAINTAINER=	linimon@lonesome.com
15
COMMENT=	Utility primarily designed to find the owner of an IP block
17
COMMENT=	Utility primarily designed to find the owner of an IP block
Lines 34-40 Link Here
34
# already be patched for you.
36
# already be patched for you.
35
post-extract:
37
post-extract:
36
.for file in ${HINFO_SCRIPTS}
38
.for file in ${HINFO_SCRIPTS}
37
	${REINPLACE_CMD} -e 's|/usr/bin/|${PREFIX}/bin/|g' ${WRKSRC}/${file}
39
	${REINPLACE_CMD} -E '1s|^#!.+|#!${PERL}|' ${WRKSRC}/${file}
38
.endfor
40
.endfor
39
41
40
do-install:
42
do-install:

Return to bug 52200