diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-23 21:58:44 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-24 10:20:11 +0000 |
| commit | 2e5e69c389ef0afd2ca9585d4722baadaa72271a (patch) | |
| tree | a336ba9d0b6c1abbde07eba99f10bfb5f94f6f8a | |
| parent | f8ce82e5460c8c1836491dcba06e1069a911c882 (diff) | |
security/idea: Remove NOOP Code
manl directory has been added to the mtree for STAGEDIR and is no
longer required.
Approved by: portmgr (blanket)
| -rw-r--r-- | security/idea/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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} |
