aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-04-08 16:47:08 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-04-08 16:47:08 +0000
commitff6ced97bc90f2a85bb0836f46564a2c8e8ee246 (patch)
tree12ada3523c3cfd1dbbda010b8333336638dc88b8
parent10f285fa1c5d3c215d10d3ae7628d96d2450575d (diff)
downloadports-ff6ced97bc90f2a85bb0836f46564a2c8e8ee246.tar.gz
ports-ff6ced97bc90f2a85bb0836f46564a2c8e8ee246.zip
Notes
-rw-r--r--mail/mailhog/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mailhog/Makefile b/mail/mailhog/Makefile
index 91fb4073c375..9cde8d06e65e 100644
--- a/mail/mailhog/Makefile
+++ b/mail/mailhog/Makefile
@@ -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>