mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/ebook2cw: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
21fe08c29f
commit
f3dcdd5352
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ebook2cw
|
PORTNAME= ebook2cw
|
||||||
PORTVERSION= 0.8.2
|
PORTVERSION= 0.8.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \
|
MASTER_SITES= http://fkurz.net/ham/ebook2cw/ \
|
||||||
LOCAL/db
|
LOCAL/db
|
||||||
|
@ -25,7 +25,7 @@ post-patch:
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/ebook2cw ${STAGEDIR}${PREFIX}/bin/ebook2cw
|
${INSTALL_SCRIPT} ${WRKSRC}/ebook2cw ${STAGEDIR}${PREFIX}/bin/ebook2cw
|
||||||
${STRIP_CMD} ${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}
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
.for f in ebook2cw.conf isomap.txt utf8map.txt
|
.for f in ebook2cw.conf isomap.txt utf8map.txt
|
||||||
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${EXAMPLESDIR}/$f
|
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${EXAMPLESDIR}/$f
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/ebook2cw
|
bin/ebook2cw
|
||||||
man/man1/ebook2cw.1.gz
|
share/man/man1/ebook2cw.1.gz
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebook2cw.conf
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebook2cw.conf
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/isomap.txt
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/isomap.txt
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8map.txt
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/utf8map.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue