diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-09-01 21:19:33 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-09-01 21:19:33 +0800 |
commit | f4c8af9c56c926fa6d780dc6b93debf68aced7cb (patch) | |
tree | 576467f6dc253dd45984ef9c37d486aef14273a9 /net/grsync | |
parent | 4fda9d806baee091fa12ccd78a4462733d9b66ae (diff) | |
download | freebsd-ports-gnome-f4c8af9c56c926fa6d780dc6b93debf68aced7cb.tar.gz freebsd-ports-gnome-f4c8af9c56c926fa6d780dc6b93debf68aced7cb.tar.zst freebsd-ports-gnome-f4c8af9c56c926fa6d780dc6b93debf68aced7cb.zip |
- Unbreak the missing mtree
- Update MASTER_SITES's mirror
PR: ports/115896
Submitted by: maintainer
Approved by: maintainer
Diffstat (limited to 'net/grsync')
-rw-r--r-- | net/grsync/Makefile | 3 | ||||
-rw-r--r-- | net/grsync/pkg-plist | 15 |
2 files changed, 15 insertions, 3 deletions
diff --git a/net/grsync/Makefile b/net/grsync/Makefile index 58f05c0df812..77b5cd78979d 100644 --- a/net/grsync/Makefile +++ b/net/grsync/Makefile @@ -9,7 +9,8 @@ PORTNAME= grsync PORTVERSION= 0.6 CATEGORIES= net MASTER_SITES= http://www.opbyte.it/release/ \ - ${MASTER_SITE_LOCAL} + GENTOO/distfiles \ + LOCAL/chinsan MAINTAINER= ganael.laplanche@martymac.com COMMENT= GTK frontend for rsync diff --git a/net/grsync/pkg-plist b/net/grsync/pkg-plist index 3a5e169eb9a0..40d70a78020c 100644 --- a/net/grsync/pkg-plist +++ b/net/grsync/pkg-plist @@ -1,5 +1,7 @@ bin/grsync bin/grsync-batch +share/applications/grsync.desktop +share/pixmaps/grsync.png %%NLS%%share/locale/fr_FR/LC_MESSAGES/grsync.mo %%NLS%%share/locale/it_IT/LC_MESSAGES/grsync.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/grsync.mo @@ -8,7 +10,16 @@ bin/grsync-batch %%NLS%%share/locale/sv_SE/LC_MESSAGES/grsync.mo %%NLS%%share/locale/tr_TR/LC_MESSAGES/grsync.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/grsync.mo -share/applications/grsync.desktop -share/pixmaps/grsync.png +%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/it_IT +%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/nb_NO %%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES %%NLS%%@dirrmtry share/locale/nl_NL +%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ru_RU +%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sv_SE +%%NLS%%@dirrmtry share/locale/tr_TR/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/tr_TR +@dirrmtry share/applications |