svn commit: r498387 - head/mail/mailhog
Tobias Kortkamp
tobik at FreeBSD.org
Mon Apr 8 16:47:09 UTC 2019
Author: tobik
Date: Mon Apr 8 16:47:08 2019
New Revision: 498387
URL: https://svnweb.freebsd.org/changeset/ports/498387
Log:
mail/mailhog: Fix build after r498386
Submitted by: Dmitri Goutnik <dg at syrec.org>
Differential Revision: https://reviews.freebsd.org/D19793
Modified:
head/mail/mailhog/Makefile
Modified: head/mail/mailhog/Makefile
==============================================================================
--- head/mail/mailhog/Makefile Mon Apr 8 16:46:37 2019 (r498386)
+++ head/mail/mailhog/Makefile Mon Apr 8 16:47:08 2019 (r498387)
@@ -46,4 +46,7 @@ post-extract:
@${LN} -sf ${WRKSRC}/src ${WRKDIR}
@${LN} -sf ${WRKSRC} ${GO_WRKSRC}
+do-install:
+ ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/MailHog ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list