diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-05 19:10:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-03-05 19:10:18 +0000 |
commit | 1f2ed37fe9377e9889b695faf0012b5b8054c4a8 (patch) | |
tree | cc994c5b1f3d7e6befac485cd091534c845ca7c6 /mail/greylite | |
parent | - Update Firefox to 36.0.1 (diff) |
Unbreak
Diffstat (limited to 'mail/greylite')
-rw-r--r-- | mail/greylite/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/greylite/Makefile b/mail/greylite/Makefile index b643c4c02a9b..84f54e2bb88b 100644 --- a/mail/greylite/Makefile +++ b/mail/greylite/Makefile @@ -55,6 +55,7 @@ PLIST_SUB+= UCSPI2SOCKET="@comment " post-patch: ${CP} ${WRKSRC}/Makefile.bsdmake ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|PREFIX\?=.*|PREFIX=${STAGEDIR}${PREFIX}|g' \ + -e 's,logmsg.c logmsg.h ucspi2socket.c,logmsg.o ucspi2socket.c,' \ ${WRKSRC}/Makefile .include <bsd.port.post.mk> |