Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 10:20:23 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2e5e69c389ef - main - security/idea: Remove NOOP Code
Message-ID:  <202401241020.40OAKNf3055507@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e5e69c389ef0afd2ca9585d4722baadaa72271a

commit 2e5e69c389ef0afd2ca9585d4722baadaa72271a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 21:58:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-24 10:20:11 +0000

    security/idea: Remove NOOP Code
    
    manl directory has been added to the mtree for STAGEDIR and is no
    longer required.
    
    Approved by:    portmgr (blanket)
---
 security/idea/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/security/idea/Makefile b/security/idea/Makefile
index 1b00c8c59758..34ea6d89eac5 100644
--- a/security/idea/Makefile
+++ b/security/idea/Makefile
@@ -22,7 +22,6 @@ do-build:
 		-o ${WRKSRC}/${PORTNAME}
 
 do-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/share/man/manl
 	${INSTALL_MAN} ${WRKSRC}/manl/idea.l ${STAGEDIR}${PREFIX}/share/man/manl
 	${INSTALL_PROGRAM} -m 0555 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}



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