diff options
author | erwin <erwin@FreeBSD.org> | 2007-01-04 04:50:53 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-01-04 04:50:53 +0800 |
commit | c2819f2cfbd223311c2490ac93756ac649efdab0 (patch) | |
tree | 65379512f7a415bdb0c473bb61e5422b67bf7f0c /comms | |
parent | f0444e20b0a07d1f4571af9a047da0dd175d3476 (diff) | |
download | freebsd-ports-gnome-c2819f2cfbd223311c2490ac93756ac649efdab0.tar.gz freebsd-ports-gnome-c2819f2cfbd223311c2490ac93756ac649efdab0.tar.zst freebsd-ports-gnome-c2819f2cfbd223311c2490ac93756ac649efdab0.zip |
- Fix plist
- Pet portlint (INSTALLS_ICONS and DOCSDIR)
PR: 104835
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/klog/Makefile | 4 | ||||
-rw-r--r-- | comms/klog/pkg-plist | 13 |
2 files changed, 8 insertions, 9 deletions
diff --git a/comms/klog/Makefile b/comms/klog/Makefile index 19b013df07f5..81be8ec55fe1 100644 --- a/comms/klog/Makefile +++ b/comms/klog/Makefile @@ -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 diff --git a/comms/klog/pkg-plist b/comms/klog/pkg-plist index 552094f343de..07110ee617a2 100644 --- a/comms/klog/pkg-plist +++ b/comms/klog/pkg-plist @@ -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 |