From 74233d3eef78aaf1395106959147faf278132d6f Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 9 Jun 2015 16:37:40 +0000 Subject: - Add NO_ARCH - Fix shebangs MFH: 2015Q2 --- net-mgmt/iog/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net-mgmt/iog') diff --git a/net-mgmt/iog/Makefile b/net-mgmt/iog/Makefile index 0eb29c1f7888..cfb34c1fc561 100644 --- a/net-mgmt/iog/Makefile +++ b/net-mgmt/iog/Makefile @@ -3,7 +3,7 @@ PORTNAME= iog PORTVERSION= 1.03 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.dynw.com/iog/ @@ -11,7 +11,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphs Byte Counts for switches/routers/etc NO_BUILD= yes -USES= perl5 tar:tgz +NO_ARCH= yes +USES= perl5 shebangfix tar:tgz +SHEBANG_FILES= ${PORTNAME} PLIST_SUB= VERSION=${PORTVERSION} USERS= iog -- cgit