Skip to content

Commit

Permalink
security/idea: Move manpages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 21, 2024
1 parent 7c929ed commit 56e9675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions 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
Expand All @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 56e9675

Please sign in to comment.