diff options
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.options.mk> |