diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-01 02:15:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-01 02:15:23 +0800 |
commit | 0240162cadc3ab1450f9a0e905e0888e4980833f (patch) | |
tree | 12648b348f2028e38396faffd7eeacd7dda21c3c /ports-mgmt/tinderbox | |
parent | 1d5306d9ac581bc1cc4a719924a4d855e8f17a0c (diff) | |
download | freebsd-ports-gnome-0240162cadc3ab1450f9a0e905e0888e4980833f.tar.gz freebsd-ports-gnome-0240162cadc3ab1450f9a0e905e0888e4980833f.tar.zst freebsd-ports-gnome-0240162cadc3ab1450f9a0e905e0888e4980833f.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'ports-mgmt/tinderbox')
-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> |