- Fix shebangs

- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-08-31 18:15:23 +00:00
parent a8cfc9d945
commit 14ec26abe3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395710

View File

@ -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>