diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-21 06:11:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-21 06:11:02 +0000 |
commit | 47b6b6d047289e0c76dae749be07a880475e2276 (patch) | |
tree | dcb0c52ea9b77d61c276f1f761e6cf0ea7183cf1 /databases/courier-authlib-usergdbm | |
parent | Fix a buffer overflow which can be triggered by (diff) |
don't sed ${WRKSRC}/Makefile.in twice
Noted By: Atanas <atanas@aplus.net>
Notes
Notes:
svn path=/head/; revision=126984
Diffstat (limited to 'databases/courier-authlib-usergdbm')
-rw-r--r-- | databases/courier-authlib-usergdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/courier-authlib-usergdbm/Makefile b/databases/courier-authlib-usergdbm/Makefile index fbea8f3245a3..71952f4da9b4 100644 --- a/databases/courier-authlib-usergdbm/Makefile +++ b/databases/courier-authlib-usergdbm/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 |