From d3b9d2972096aa4c3902c645d6ad6a8c0d499ec4 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 12 Jan 2009 00:32:44 +0000 Subject: - Fix invocation of python and perl scripts by correcting path to env executable PR: 130069 Submitted by: Michael W Lucas Approved by: Volodymyr Kostyrko (maintainer) --- net-mgmt/flow-tools-ng/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net-mgmt') diff --git a/net-mgmt/flow-tools-ng/Makefile b/net-mgmt/flow-tools-ng/Makefile index 09b6f0ae6339..2947e0b9cbea 100644 --- a/net-mgmt/flow-tools-ng/Makefile +++ b/net-mgmt/flow-tools-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= flow-tools PORTVERSION= 0.68.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= -ng @@ -74,6 +75,8 @@ post-patch: -e 's|@sysconfdir@/sym/|${PREFIX}/share/flow-tools/|' \ -e 's|@sysconfdir@/cfg/|${PREFIX}/etc/flow-tools/|' \ ${WRKSRC}/docs/flow-*.1.in ${WRKSRC}/docs/flow-*.html.in + @${REINPLACE_CMD} -e 's|!/bin/env|!/usr/bin/env|' \ + ${WRKSRC}/bin/* ${WRKSRC}/utils/* pre-su-install: @${SETENV} ${SCRIPTS_ENV} \ -- cgit