- Add missing `_build' suffix to USE_QT5's buildtools and linguisttools

components and remove second entry of printsupport
- Wrap one overly long command in the installation recipe
- Properly terminate sentence with a dot and merge two paragraphs in the
  port description text: they are closely coupled and extra pause is not
  warranted there, plus first one consisted of just one sentence
This commit is contained in:
Alexey Dokuchaev 2016-04-16 15:31:15 +00:00
parent 149d1668df
commit d428f6652c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413443
2 changed files with 7 additions and 7 deletions

View File

@ -12,8 +12,8 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= qmake
USE_QT5= buildtools core gui linguisttools network printsupport sql \
sql-sqlite3_run widgets printsupport
USE_QT5= buildtools_build core gui linguisttools_build network \
printsupport sql sql-sqlite3_run widgets
DESKTOP_ENTRIES= "KLog" "Simple Amateur Radio Logging Program" \
"" "klog" "Network;HamRadio;" \
true
@ -36,7 +36,8 @@ post-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/klog ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DATADIR}/translations
${INSTALL_DATA} ${WRKSRC}/translations/klog_*.qm ${STAGEDIR}${DATADIR}/translations
${INSTALL_DATA} ${WRKSRC}/translations/klog_*.qm \
${STAGEDIR}${DATADIR}/translations
${INSTALL_MAN} ${WRKSRC}/klog.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,6 +1,5 @@
KLog is a simple amateur radio logging program for KDE
It supports QSL management, DXCC, WAZ and local awards, DX Clusters,
Basic IOTA, Satellite support, and import from ADIF, TLF, and Cabrillo formats.
KLog is a simple amateur radio logging program for KDE. It supports QSL
management, DXCC, WAZ and local awards, DX Clusters, Basic IOTA, Satellite
support, and import from ADIF, TLF, and Cabrillo formats.
WWW: http://jaime.robles.es/klog/