mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00: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
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= cfengine
|
||||
PORTVERSION= 3.6.5
|
||||
PORTEPOCH= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/
|
||||
|
||||
@ -29,7 +29,8 @@ MAKE_JOBS_UNSAFE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= 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
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
Loading…
Reference in New Issue
Block a user