diff options
author | novel <novel@FreeBSD.org> | 2005-11-11 00:57:11 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-11-11 00:57:11 +0800 |
commit | 3d47fcc316b698b5c9d14398a4213caf73b2cfa6 (patch) | |
tree | 6dcd790d07026029d32ac128669c35a31dc1d0e7 | |
parent | 09e889c7f3bc21d6e35dbb86f3051141f2956d9b (diff) | |
download | freebsd-ports-gnome-3d47fcc316b698b5c9d14398a4213caf73b2cfa6.tar.gz freebsd-ports-gnome-3d47fcc316b698b5c9d14398a4213caf73b2cfa6.tar.zst freebsd-ports-gnome-3d47fcc316b698b5c9d14398a4213caf73b2cfa6.zip |
Fix fetch.
Reported by: fenner's portsurvey
-rw-r--r-- | x11-clocks/alltraxclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-clocks/alltraxclock/Makefile b/x11-clocks/alltraxclock/Makefile index bc8765070348..7c08cdee6d8c 100644 --- a/x11-clocks/alltraxclock/Makefile +++ b/x11-clocks/alltraxclock/Makefile @@ -9,7 +9,9 @@ PORTNAME= alltraxclock PORTVERSION= 2.0.2 PORTREVISION= 4 CATEGORIES= x11-clocks -MASTER_SITES= http://perso.wanadoo.fr/alltrax/ +MASTER_SITES= http://perso.wanadoo.fr/alltrax/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= novel DISTNAME= ${PORTNAME}2_0.2-1 MAINTAINER= novel@FreeBSD.org |