From 0240162cadc3ab1450f9a0e905e0888e4980833f Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 31 Aug 2015 18:15:23 +0000 Subject: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- ports-mgmt/tinderbox/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ports-mgmt/tinderbox') diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index c3ed0e3591ea..d5b4daf7892e 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -3,6 +3,7 @@ PORTNAME= tinderbox PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ DIST_SUBDIR= ${PORTNAME} @@ -35,8 +36,11 @@ OPTIONS_DEFAULT= MYSQL APACHE CHECK_ROOT EMAILS LSOF \ LOG_COMPRESS NO_BUILD= yes +NO_ARCH= yes WANT_PERL= yes SUB_FILES= pkg-message +USES= shebangfix +SHEBANG_FILES= lib/makemake .include -- cgit