diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-08 09:19:59 +0000 |
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-10-08 09:19:59 +0000 |
| commit | e6469604a6a82cb93e3a81fe995423f33df74f38 (patch) | |
| tree | cd56954b25c43d3b78bfd553efb869e105433e74 /security/courier-authlib | |
| parent | - Update WWW (diff) | |
Fix shebang for expect script in courier-authlib-base to work with
the ports provided expect command (if installed).
PR: 208036
Submitted by: jay-fbbu@g-cipher.net
Notes
Notes:
svn path=/head/; revision=451514
Diffstat (limited to 'security/courier-authlib')
| -rw-r--r-- | security/courier-authlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index e897b2fd76d3..ca057989dbe8 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -175,7 +175,7 @@ post-patch: @${REINPLACE_CMD} -e 's|^\(DEFAULTOPTIONS=\)""$$|\1"wbnodsn=1"|' \ -e 's|@ALLMODULES@|authuserdb authvchkpw authpam authldap authmysql authpgsql|' \ ${WRKSRC}/authdaemonrc.in - @${REINPLACE_CMD} -e 's:@EXPECT@:${SETENV} expect:' \ + @${REINPLACE_CMD} -e 's:^#! @EXPECT@:#!${LOCALBASE}/bin/expect:' \ ${WRKSRC}/authsystem.passwd.in pre-configure: |
