diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-15 03:47:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-15 03:47:57 +0800 |
commit | bcf837a33d006be54bb4491673e1e78fd17e1412 (patch) | |
tree | 053841aa258806c3de60580f911b1889664f6b25 /net/openradius | |
parent | 0adb199a9b39eca06b226c20cbcfbc9a8b861e16 (diff) | |
download | freebsd-ports-gnome-bcf837a33d006be54bb4491673e1e78fd17e1412.tar.gz freebsd-ports-gnome-bcf837a33d006be54bb4491673e1e78fd17e1412.tar.zst freebsd-ports-gnome-bcf837a33d006be54bb4491673e1e78fd17e1412.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'net/openradius')
-rw-r--r-- | net/openradius/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/openradius/Makefile b/net/openradius/Makefile index 79939a75fbfb..8af7df89bfc6 100644 --- a/net/openradius/Makefile +++ b/net/openradius/Makefile @@ -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}" |