diff options
author | novel <novel@FreeBSD.org> | 2005-11-11 01:02:48 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-11-11 01:02:48 +0800 |
commit | a03b9c6642b12081429d58c65e266c0d9df73dff (patch) | |
tree | 87b99644b52a074b864cb24130804cff7242472f /x11-clocks/osdclock | |
parent | dceacc13b95fec7b650fba00fc1ce8072e6eb2e6 (diff) | |
download | freebsd-ports-gnome-a03b9c6642b12081429d58c65e266c0d9df73dff.tar.gz freebsd-ports-gnome-a03b9c6642b12081429d58c65e266c0d9df73dff.tar.zst freebsd-ports-gnome-a03b9c6642b12081429d58c65e266c0d9df73dff.zip |
Fix fetch.
Reported by: fenner's portsurvey
Diffstat (limited to 'x11-clocks/osdclock')
-rw-r--r-- | x11-clocks/osdclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-clocks/osdclock/Makefile b/x11-clocks/osdclock/Makefile index f6c4f93e6303..46ca1384a48b 100644 --- a/x11-clocks/osdclock/Makefile +++ b/x11-clocks/osdclock/Makefile @@ -9,7 +9,9 @@ PORTNAME= osdclock PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= x11-clocks -MASTER_SITES= http://leftorium.net/software/ +MASTER_SITES= http://leftorium.net/software/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= novel DISTNAME= osd_clock-${PORTVERSION} MAINTAINER= novel@FreeBSD.org |