From e323b7e101904f9d31e1475c35a3526646f06a1e Mon Sep 17 00:00:00 2001 From: clsung Date: Tue, 14 Nov 2006 01:08:14 +0000 Subject: - fix pkg-plist, addresses http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/knowit-0.10_3.log - pet portlint by setting USE_LDCONFIG and INSTALLS_ICONS PR: ports/104840 Submitted by: Thomas Abthorpe --- deskutils/krefty/Makefile | 4 ++++ deskutils/krefty/pkg-plist | 20 +++++++------------- 2 files changed, 11 insertions(+), 13 deletions(-) (limited to 'deskutils') diff --git a/deskutils/krefty/Makefile b/deskutils/krefty/Makefile index a1c2ebee9a2b..f0d7d4394a45 100644 --- a/deskutils/krefty/Makefile +++ b/deskutils/krefty/Makefile @@ -14,9 +14,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Quick Reference sheets for KDE USE_KDELIBS_VER=3 +USE_LDCONFIG= yes +INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" +DOCSDIR= share/doc/HTML + post-extract: @${TOUCH} ${WRKSRC}/config.h.in diff --git a/deskutils/krefty/pkg-plist b/deskutils/krefty/pkg-plist index e83deb9fe075..3ef445d51b1e 100644 --- a/deskutils/krefty/pkg-plist +++ b/deskutils/krefty/pkg-plist @@ -9,23 +9,17 @@ share/apps/krefty/data/krefty.dtd share/apps/krefty/data/krefty.xsl share/apps/krefty/data/note.png share/apps/krefty/krefty_shell.rc -share/doc/HTML/en/krefty/common -share/doc/HTML/en/krefty/index.cache.bz2 -share/doc/HTML/en/krefty/index.docbook -share/doc/HTML/en/krefty/krefty01.png +%%DOCSDIR%%/en/krefty/common +%%DOCSDIR%%/en/krefty/index.cache.bz2 +%%DOCSDIR%%/en/krefty/index.docbook +%%DOCSDIR%%/en/krefty/krefty01.png share/icons/hicolor/16x16/apps/krefty.png share/icons/hicolor/32x32/apps/krefty.png share/services/krefty_part.desktop @dirrmtry share/services -@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 -@dirrmtry share/icons -@dirrm share/doc/HTML/en/krefty -@dirrmtry share/doc/HTML/en -@dirrmtry share/doc/HTML +@dirrm %%DOCSDIR%%/en/krefty +@dirrmtry %%DOCSDIR%%/en +@dirrmtry %%DOCSDIR%% @dirrm share/apps/krefty/data @dirrm share/apps/krefty @dirrmtry share/apps -- cgit