diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-01 21:12:43 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-01 21:12:43 +0800 |
commit | d24c22e864217334c8c1298ddcb2d3425bab3b25 (patch) | |
tree | 1c2f92b2aa904fd36afc32a61e67ffab8cd02b59 /textproc/meld | |
parent | 116939264099df7bc2d4b006a81bd23d2ac8c30c (diff) | |
download | marcuscom-ports-d24c22e864217334c8c1298ddcb2d3425bab3b25.tar marcuscom-ports-d24c22e864217334c8c1298ddcb2d3425bab3b25.tar.gz marcuscom-ports-d24c22e864217334c8c1298ddcb2d3425bab3b25.tar.bz2 marcuscom-ports-d24c22e864217334c8c1298ddcb2d3425bab3b25.tar.lz marcuscom-ports-d24c22e864217334c8c1298ddcb2d3425bab3b25.tar.xz marcuscom-ports-d24c22e864217334c8c1298ddcb2d3425bab3b25.tar.zst marcuscom-ports-d24c22e864217334c8c1298ddcb2d3425bab3b25.zip |
more share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8722 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/meld')
-rw-r--r-- | textproc/meld/Makefile | 12 | ||||
-rw-r--r-- | textproc/meld/pkg-plist | 6 |
2 files changed, 7 insertions, 11 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 382613735..b7a0a7784 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -3,11 +3,11 @@ # Whom: Pav Lucistnik <pav@oook.cz> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/textproc/meld/Makefile,v 1.4 2007/05/01 12:30:35 ahze Exp $ PORTNAME= meld PORTVERSION= 1.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc devel python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -32,14 +32,10 @@ post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/INSTALL - @${REINPLACE_CMD} 's|$$(sharedir)/application-registry|$$(sharedir)/gnome/application-registry|g' \ - ${WRKSRC}/${MAKEFILE} - @${FIND} ${WRKSRC}/help -type f -name ${MAKEFILE} -exec \ ${REINPLACE_CMD} \ - 's|$$(prefix)/var/lib/scrollkeeper|/var/db/scrollkeeper|g ; \ - s|$$(sharedir)/omf/meld|$$(sharedir)/gnome/omf/meld|g' \ - "{}" \; + 's|$$(prefix)/var/lib/scrollkeeper|/var/db/scrollkeeper|g' \ + "{}" \; .include <bsd.port.pre.mk> .if defined (WITH_PYGNOMEDESKTOP) diff --git a/textproc/meld/pkg-plist b/textproc/meld/pkg-plist index 2ae0315f5..3eb939b94 100644 --- a/textproc/meld/pkg-plist +++ b/textproc/meld/pkg-plist @@ -68,12 +68,12 @@ lib/meld/vc/tla.pyo lib/meld/vcview.py lib/meld/vcview.pyc lib/meld/vcview.pyo -share/gnome/application-registry/meld.applications +share/application-registry/meld.applications share/applications/meld.desktop share/gnome/help/meld/C/figures/dirdiff.png share/gnome/help/meld/C/figures/filediff.png share/gnome/help/meld/C/meld.xml -share/gnome/omf/meld/meld-C.omf +share/omf/meld/meld-C.omf share/pixmaps/meld.png share/locale/bg/LC_MESSAGES/meld.mo share/locale/ca/LC_MESSAGES/meld.mo @@ -156,7 +156,7 @@ share/locale/zh_TW/LC_MESSAGES/meld.mo @dirrmtry share/locale/cs @dirrmtry share/locale/ca/LC_MESSAGES @dirrmtry share/locale/ca -@dirrm share/gnome/omf/meld +@dirrm share/omf/meld @dirrm share/gnome/help/meld/C/figures @dirrm share/gnome/help/meld/C @dirrm share/gnome/help/meld |