diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-22 19:19:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-22 19:19:37 +0000 |
commit | ece6a326a1e80de8b814bec1e73fa7bfbe6b337e (patch) | |
tree | 45e15d2d48193634167376923ad1aa7ff868155c /astro/sunclock | |
parent | bd33ab22e740526af7f4aae9d1efb0013dc31147 (diff) | |
download | ports-ece6a326a1e80de8b814bec1e73fa7bfbe6b337e.tar.gz ports-ece6a326a1e80de8b814bec1e73fa7bfbe6b337e.zip |
Notes
Diffstat (limited to 'astro/sunclock')
-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 |