svn commit: r380548 - head/mail/greylite

Antoine Brodin antoine at FreeBSD.org
Thu Mar 5 19:10:19 UTC 2015


Author: antoine
Date: Thu Mar  5 19:10:18 2015
New Revision: 380548
URL: https://svnweb.freebsd.org/changeset/ports/380548
QAT: https://qat.redports.org/buildarchive/r380548/

Log:
  Unbreak

Modified:
  head/mail/greylite/Makefile

Modified: head/mail/greylite/Makefile
==============================================================================
--- head/mail/greylite/Makefile	Thu Mar  5 18:49:39 2015	(r380547)
+++ head/mail/greylite/Makefile	Thu Mar  5 19:10:18 2015	(r380548)
@@ -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>


More information about the svn-ports-head mailing list