mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
b853bb1984
commit
fe2842b36f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395415
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= cfengine
|
PORTNAME= cfengine
|
||||||
PORTVERSION= 3.6.5
|
PORTVERSION= 3.6.5
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 2
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/
|
MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/
|
||||||
|
|
||||||
|
@ -29,7 +29,8 @@ MAKE_JOBS_UNSAFE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= autoreconf cpe gmake libtool
|
USES= autoreconf cpe gmake libtool shebangfix
|
||||||
|
SHEBANG_FILES= examples/remake_outputs.pl
|
||||||
CFLAGS+= -Wno-return-type
|
CFLAGS+= -Wno-return-type
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue