From 56e96750419cbae8ad13016a42f800325d4f5ccc Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Sun, 21 Jan 2024 18:06:24 +0100 Subject: [PATCH] security/idea: Move manpages to share/man --- security/idea/Makefile | 5 +++-- security/idea/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/security/idea/Makefile b/security/idea/Makefile index b8a69f4bb13ac..1b00c8c59758d 100644 --- a/security/idea/Makefile +++ b/security/idea/Makefile @@ -1,6 +1,6 @@ PORTNAME= idea PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.de-moliner.ch/richard/downloads/ \ LOCAL/ehaupt @@ -22,7 +22,8 @@ do-build: -o ${WRKSRC}/${PORTNAME} do-install: - ${INSTALL_MAN} ${WRKSRC}/manl/idea.l ${STAGEDIR}${PREFIX}/man/manl + @${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} ${INSTALL_DATA} ${WRKSRC}/Examples ${STAGEDIR}${EXAMPLESDIR} diff --git a/security/idea/pkg-plist b/security/idea/pkg-plist index 0078d87b9daa6..a1670434647c6 100644 --- a/security/idea/pkg-plist +++ b/security/idea/pkg-plist @@ -1,5 +1,5 @@ bin/idea -man/manl/idea.l.gz +share/man/manl/idea.l.gz %%PORTDOCS%%%%DOCSDIR%%/idea_cmd.txt %%PORTDOCS%%%%DOCSDIR%%/byte_ord.ps %%EXAMPLESDIR%%/Examples