diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /textproc/skim | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'textproc/skim')
-rw-r--r-- | textproc/skim/Makefile | 1 | ||||
-rw-r--r-- | textproc/skim/pkg-plist | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index 0238aa901be9..db683b279335 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -7,6 +7,7 @@ PORTNAME= skim PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= textproc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= scim diff --git a/textproc/skim/pkg-plist b/textproc/skim/pkg-plist index 1995354a791e..016d28e80342 100644 --- a/textproc/skim/pkg-plist +++ b/textproc/skim/pkg-plist @@ -137,7 +137,7 @@ share/servicetypes/skimkcmplugin.desktop share/servicetypes/skimplugin.desktop share/servicetypes/skimsetupcategory.desktop share/servicetypes/skimui.desktop -@cwd %%X11BASE%% +@cwd %%LOCALBASE%% lib/scim-1.0/1.4.0/Config/kconfig.la lib/scim-1.0/1.4.0/Config/kconfig.so @cwd %%LOCALBASE%% @@ -148,3 +148,9 @@ lib/scim-1.0/1.4.0/Config/kconfig.so @dirrm share/doc/HTML/de/skim @dirrm share/apps/skim/pics @dirrm share/apps/skim +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko |