Skip to content

Commit

Permalink
comms/ebook2cw: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 22, 2024
1 parent 21fe08c commit f3dcdd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions comms/ebook2cw/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ebook2cw
PORTVERSION= 0.8.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \
LOCAL/db
Expand All @@ -25,7 +25,7 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ebook2cw ${STAGEDIR}${PREFIX}/bin/ebook2cw
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ebook2cw
${INSTALL_DATA} ${WRKSRC}/ebook2cw.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/ebook2cw.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for f in ebook2cw.conf isomap.txt utf8map.txt
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${EXAMPLESDIR}/$f
Expand Down
2 changes: 1 addition & 1 deletion comms/ebook2cw/pkg-plist
@@ -1,5 +1,5 @@
bin/ebook2cw
man/man1/ebook2cw.1.gz
share/man/man1/ebook2cw.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebook2cw.conf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/isomap.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8map.txt
Expand Down

0 comments on commit f3dcdd5

Please sign in to comment.