- Fix plist
- Pet portlint (INSTALLS_ICONS and DOCSDIR) PR: 104835 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
This commit is contained in:
parent
5e40ba1e27
commit
d3fed7c049
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181364
2 changed files with 8 additions and 9 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= klog
|
||||
PORTVERSION= 0.3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms hamradio
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= klog
|
||||
|
@ -16,9 +17,12 @@ COMMENT= ADIF compatible logging application
|
|||
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
INSTALLS_ICONS= yes
|
||||
USE_GMAKE= yes
|
||||
USE_KDELIBS_VER=3
|
||||
|
||||
DOCSDIR=share/doc/HTML
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/src/klog.desktop \
|
||||
${PREFIX}/share/applnk/Applications/klog.desktop
|
||||
|
|
|
@ -2,20 +2,15 @@ bin/klog
|
|||
share/applnk/Applications/klog.desktop
|
||||
share/applnk/Utilities/klog.desktop
|
||||
share/apps/klog/klogui.rc
|
||||
share/doc/HTML/en/klog/common
|
||||
share/doc/HTML/en/klog/index.cache.bz2
|
||||
share/doc/HTML/en/klog/index.docbook
|
||||
%%DOCSDIR%%/en/klog/common
|
||||
%%DOCSDIR%%/en/klog/index.cache.bz2
|
||||
%%DOCSDIR%%/en/klog/index.docbook
|
||||
share/icons/hicolor/16x16/apps/klog.png
|
||||
share/icons/hicolor/32x32/apps/klog.png
|
||||
share/icons/locolor/16x16/apps/klog.png
|
||||
share/icons/locolor/32x32/apps/klog.png
|
||||
@dirrm share/apps/klog
|
||||
@dirrm share/doc/HTML/en/klog
|
||||
@dirrmtry share/icons/hicolor/32x32/apps
|
||||
@dirrmtry share/icons/hicolor/32x32
|
||||
@dirrmtry share/icons/hicolor/16x16/apps
|
||||
@dirrmtry share/icons/hicolor/16x16
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrm %%DOCSDIR%%/en/klog
|
||||
@dirrmtry share/icons/locolor/32x32/apps
|
||||
@dirrmtry share/icons/locolor/32x32
|
||||
@dirrmtry share/icons/locolor/16x16/apps
|
||||
|
|
Loading…
Reference in a new issue