diff options
| -rw-r--r-- | security/courier-authlib-base/Makefile | 2 | ||||
| -rw-r--r-- | security/courier-authlib/Makefile | 2 |
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: |
