- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
1bd2006163
commit
a511b7a8ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393313
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= smartmontools
|
||||
PORTVERSION= 6.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -15,7 +16,8 @@ CONFLICTS= smartmontools-devel-[0-9]*
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= alias gmake
|
||||
USES= alias gmake shebangfix
|
||||
SHEBANG_FILES= examplescripts/Example5
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-dependency-tracking \
|
||||
--enable-sample \
|
||||
|
|
Loading…
Reference in a new issue