git: 2e5e69c389ef - main - security/idea: Remove NOOP Code

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 24 Jan 2024 10:20:23 UTC
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}