summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-08 09:19:59 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-08 09:19:59 +0000
commite6469604a6a82cb93e3a81fe995423f33df74f38 (patch)
treecd56954b25c43d3b78bfd553efb869e105433e74
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
-rw-r--r--security/courier-authlib-base/Makefile2
-rw-r--r--security/courier-authlib/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/courier-authlib-base/Makefile b/security/courier-authlib-base/Makefile
index 7f8d2ea77dcb..fe16d501d955 100644
--- a/security/courier-authlib-base/Makefile
+++ b/security/courier-authlib-base/Makefile
@@ -1,7 +1,7 @@
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -base
COMMENT= Courier authentication library base
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: