mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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
|
PORTNAME= smartmontools
|
||||||
PORTVERSION= 6.4
|
PORTVERSION= 6.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -15,7 +16,8 @@ CONFLICTS= smartmontools-devel-[0-9]*
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
USES= alias gmake
|
USES= alias gmake shebangfix
|
||||||
|
SHEBANG_FILES= examplescripts/Example5
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-dependency-tracking \
|
CONFIGURE_ARGS= --disable-dependency-tracking \
|
||||||
--enable-sample \
|
--enable-sample \
|
||||||
|
|
Loading…
Add table
Reference in a new issue