diff options
author | miwi <miwi@FreeBSD.org> | 2006-07-23 03:19:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-07-23 03:19:37 +0800 |
commit | a2a7ac60b517f2894ab4cb2031481e3696d00491 (patch) | |
tree | b283000bb37b0344256941e30ae701786a767166 /astro | |
parent | a708e9eb1dd5e3aa78d48462c5cb11ab541578b2 (diff) | |
download | freebsd-ports-gnome-a2a7ac60b517f2894ab4cb2031481e3696d00491.tar.gz freebsd-ports-gnome-a2a7ac60b517f2894ab4cb2031481e3696d00491.tar.zst freebsd-ports-gnome-a2a7ac60b517f2894ab4cb2031481e3696d00491.zip |
- Pass maintainership to submitter
- Update MASTER_SITE
PR: ports/100724
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Approved by: krion (mentor)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/sunclock/Makefile | 4 | ||||
-rw-r--r-- | astro/sunclock/pkg-plist | 32 |
2 files changed, 18 insertions, 18 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile index 9247a7ce8410..debda32f1f52 100644 --- a/astro/sunclock/Makefile +++ b/astro/sunclock/Makefile @@ -9,9 +9,9 @@ PORTNAME= sunclock PORTVERSION= 3.54.1 CATEGORIES= astro x11-clocks -MASTER_SITES= http://frmas.free.fr/files/ +MASTER_SITES= http://mbsd.msk.ru/dist/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ssedov@mbsd.msk.ru COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/astro/sunclock/pkg-plist b/astro/sunclock/pkg-plist index bd863e5516ee..cc68a61ed59e 100644 --- a/astro/sunclock/pkg-plist +++ b/astro/sunclock/pkg-plist @@ -1,22 +1,22 @@ bin/sunclock bin/emx -share/sunclock/Sunclockrc -share/sunclock/earthmaps/vmf/landwater.vmf -share/sunclock/earthmaps/vmf/timezones.vmf -share/sunclock/i18n/Sunclock.de -share/sunclock/i18n/Sunclock.en -share/sunclock/i18n/Sunclock.es -share/sunclock/i18n/Sunclock.fr -share/sunclock/i18n/Sunclock.it -share/sunclock/i18n/Sunclock.nl -share/sunclock/i18n/Sunclock.no -share/sunclock/i18n/Sunclock.pl -share/sunclock/i18n/Sunclock.se +%%DATADIR%%/Sunclockrc +%%DATADIR%%/earthmaps/vmf/landwater.vmf +%%DATADIR%%/earthmaps/vmf/timezones.vmf +%%DATADIR%%/i18n/Sunclock.de +%%DATADIR%%/i18n/Sunclock.en +%%DATADIR%%/i18n/Sunclock.es +%%DATADIR%%/i18n/Sunclock.fr +%%DATADIR%%/i18n/Sunclock.it +%%DATADIR%%/i18n/Sunclock.nl +%%DATADIR%%/i18n/Sunclock.no +%%DATADIR%%/i18n/Sunclock.pl +%%DATADIR%%/i18n/Sunclock.se share/editkit/rc.common share/editkit/emxrc share/editkit/README -@dirrm share/sunclock/i18n -@dirrm share/sunclock/earthmaps/vmf -@dirrm share/sunclock/earthmaps -@dirrm share/sunclock +@dirrm %%DATADIR%%/i18n +@dirrm %%DATADIR%%/earthmaps/vmf +@dirrm %%DATADIR%%/earthmaps +@dirrm %%DATADIR%% @dirrm share/editkit |