diff options
author | clsung <clsung@FreeBSD.org> | 2006-11-14 09:08:14 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-11-14 09:08:14 +0800 |
commit | e323b7e101904f9d31e1475c35a3526646f06a1e (patch) | |
tree | 367f7856fdcd5a8fd298b5f8f5eea3e9d93de2d0 /deskutils | |
parent | f267185c57bf1f5c6a744b9dee4babb366b45258 (diff) | |
download | freebsd-ports-gnome-e323b7e101904f9d31e1475c35a3526646f06a1e.tar.gz freebsd-ports-gnome-e323b7e101904f9d31e1475c35a3526646f06a1e.tar.zst freebsd-ports-gnome-e323b7e101904f9d31e1475c35a3526646f06a1e.zip |
- 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 <thomas_AT_goodking dot ca>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/krefty/Makefile | 4 | ||||
-rw-r--r-- | deskutils/krefty/pkg-plist | 20 |
2 files changed, 11 insertions, 13 deletions
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 |