diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-14 01:08:14 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-14 01:08:14 +0000 |
commit | ccf0e96630514afd51cb97cfd4c8db5ac26858ad (patch) | |
tree | 44865da0d175911f7f68d4be60981afa8ecbe2ba /deskutils/krefty | |
parent | b9d879f247d87bdd034a930870b70417e03f544a (diff) |
Notes
Diffstat (limited to 'deskutils/krefty')
-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 |