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/meld | |
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/meld')
-rw-r--r-- | textproc/meld/Makefile | 3 | ||||
-rw-r--r-- | textproc/meld/pkg-plist | 13 |
2 files changed, 12 insertions, 4 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index ee9cc9dca610..8610713e2ed6 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -7,7 +7,7 @@ PORTNAME= meld PORTVERSION= 0.9.4.1 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= textproc devel python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -18,7 +18,6 @@ COMMENT= GNOME 2 visual diff and merge tool USE_BZIP2= yes USE_GNOME= pygnome2 USE_PYTHON= yes -USE_X_PREFIX= yes NO_BUILD= yes USE_GMAKE= yes diff --git a/textproc/meld/pkg-plist b/textproc/meld/pkg-plist index ea49d682b0da..07b68e8481c7 100644 --- a/textproc/meld/pkg-plist +++ b/textproc/meld/pkg-plist @@ -88,6 +88,15 @@ share/pixmaps/meld.png @dirrm share/meld/glade2/pixmaps @dirrm share/meld/glade2 @dirrm share/meld -@dirrm share/applications -@dirrm share/application-registry +@dirrmtry share/pixmaps +@dirrmtry share/applications +@dirrmtry share/application-registry @dirrm %%DOCSDIR%% +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs |