summaryrefslogtreecommitdiff
path: root/security/courier-authlib
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-01-21 06:11:02 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-01-21 06:11:02 +0000
commit47b6b6d047289e0c76dae749be07a880475e2276 (patch)
treedcb0c52ea9b77d61c276f1f761e6cf0ea7183cf1 /security/courier-authlib
parentFix a buffer overflow which can be triggered by (diff)
don't sed ${WRKSRC}/Makefile.in twice
Noted By: Atanas <atanas@aplus.net>
Diffstat (limited to 'security/courier-authlib')
-rw-r--r--security/courier-authlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile
index fbea8f3245a3..71952f4da9b4 100644
--- a/security/courier-authlib/Makefile
+++ b/security/courier-authlib/Makefile
@@ -119,8 +119,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|$$VPOPMAILLIBS|& -lcrypt|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \
- ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in \
- ${WRKSRC}/liblog/Makefile.in ${WRKSRC}/userdb/Makefile.in
+ ${WRKSRC}/Makefile.in ${WRKSRC}/liblog/Makefile.in \
+ ${WRKSRC}/userdb/Makefile.in
@${REINPLACE_CMD} -e 's|DEFAULTOPTIONS=""|DEFAULTOPTIONS="wbnodsn=1"|' \
${WRKSRC}/authdaemonrc.in