git: 2dfb0a82b218 - main - mail/mlmmj-archiver: install the binary at the right place
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jun 2022 17:18:27 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2dfb0a82b21850635638333111f7df97aa69992b
commit 2dfb0a82b21850635638333111f7df97aa69992b
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-05 17:17:49 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-05 17:18:26 +0000
mail/mlmmj-archiver: install the binary at the right place
---
mail/mlmmj-archiver/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mail/mlmmj-archiver/Makefile b/mail/mlmmj-archiver/Makefile
index 74debfc946d6..d3a2e3327a7f 100644
--- a/mail/mlmmj-archiver/Makefile
+++ b/mail/mlmmj-archiver/Makefile
@@ -15,4 +15,7 @@ MAKE_ARGS= MAN= LOCALBASE=${LOCALBASE}
PLIST_FILES= bin/${PORTNAME}
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
.include <bsd.port.mk>