diff options
Diffstat (limited to 'net')
-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 |