Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 17:18:27 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2dfb0a82b218 - main - mail/mlmmj-archiver: install the binary at the right place
Message-ID:  <202206051718.255HIRIZ058654@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206051718.255HIRIZ058654>