diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-08 00:49:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-08 00:49:31 +0000 |
commit | 6d55ed0f42e251c6cffbd93195f70fc8d5e58fdb (patch) | |
tree | 7cd044e240cd511d9e89f9fcc80670fb69d1a01f /x11-toolkits/vte | |
parent | d52ab2355076a7e76606093d95a76e59b1742ab8 (diff) | |
download | ports-6d55ed0f42e251c6cffbd93195f70fc8d5e58fdb.tar.gz ports-6d55ed0f42e251c6cffbd93195f70fc8d5e58fdb.zip |
Notes
Diffstat (limited to 'x11-toolkits/vte')
-rw-r--r-- | x11-toolkits/vte/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/vte/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/vte/pkg-plist | 8 |
3 files changed, 12 insertions, 2 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index a913dacab5c3..af7d1c74a1aa 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vte -PORTVERSION= 0.10.7 +PORTVERSION= 0.10.8 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 @@ -34,5 +34,7 @@ post-patch: s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \ ${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c + @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ + ${WRKSRC}/po/Makefile.in.in .include <bsd.port.mk> diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo index 7ec99e0fa314..b79700752db4 100644 --- a/x11-toolkits/vte/distinfo +++ b/x11-toolkits/vte/distinfo @@ -1 +1 @@ -MD5 (gnome2/vte-0.10.7.tar.bz2) = 4f56282e1a9550ae3ac93c2dc6a5f9ac +MD5 (gnome2/vte-0.10.8.tar.bz2) = dd51c8a071cf4614a9ec453d0e2449bd diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist index 036e7cc1c8b2..ac4dba9bad19 100644 --- a/x11-toolkits/vte/pkg-plist +++ b/x11-toolkits/vte/pkg-plist @@ -18,14 +18,22 @@ lib/vte/window libdata/pkgconfig/vte.pc libexec/gnome-pty-helper share/gnome/vte/termcap/xterm +share/locale/bg/LC_MESSAGES/vte.mo +share/locale/ca/LC_MESSAGES/vte.mo share/locale/cs/LC_MESSAGES/vte.mo share/locale/da/LC_MESSAGES/vte.mo share/locale/de/LC_MESSAGES/vte.mo +share/locale/es/LC_MESSAGES/vte.mo +share/locale/fi/LC_MESSAGES/vte.mo share/locale/fr/LC_MESSAGES/vte.mo +share/locale/he/LC_MESSAGES/vte.mo +share/locale/lv/LC_MESSAGES/vte.mo share/locale/ms/LC_MESSAGES/vte.mo share/locale/nl/LC_MESSAGES/vte.mo share/locale/no/LC_MESSAGES/vte.mo +share/locale/pl/LC_MESSAGES/vte.mo share/locale/pt_BR/LC_MESSAGES/vte.mo +share/locale/sk/LC_MESSAGES/vte.mo share/locale/sv/LC_MESSAGES/vte.mo share/locale/uk/LC_MESSAGES/vte.mo share/locale/vi/LC_MESSAGES/vte.mo |