1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-07-14 19:47:57 +00:00
parent 0461c4ac36
commit d0f770bf08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392061

View File

@ -3,7 +3,7 @@
PORTNAME= openradius
PORTVERSION= 0.9.12c
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://evbergen.home.xs4all.nl/openradius/download/ \
http://www.mirrors.wiretapped.net/security/authentication/radius/openradius/
@ -23,7 +23,10 @@ CC?= gcc
CXX?= g++
MAKE_ENV= INST_PREFIX=${STAGEDIR}
USES= gmake
USES= gmake shebangfix
SHEBANG_FILES= modules/ascfile/ascfile \
modules/radsql/radsql \
modules/unixpasswd/unixpasswd
USE_RC_SUBR= openradius
SUB_LIST= LOGFILE="${LOGFILE}"