security/idea: Move manpages to share/man

This commit is contained in:
Emanuel Haupt 2024-01-21 18:06:24 +01:00
parent 7c929ed52b
commit 56e9675041
2 changed files with 4 additions and 3 deletions

View file

@ -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}

View file

@ -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