diff options
author | uqs <uqs@FreeBSD.org> | 2010-11-26 03:00:01 +0800 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-11-26 03:00:01 +0800 |
commit | f4e94eaa9a530acdc5f1567ec4278b9fb7428e4c (patch) | |
tree | d508746e8b8ebfb478bdefedea2254dfbea8baa9 /x11-clocks | |
parent | 4c0e3c3d74aa61e238b49198034e3df8cb6cd0ec (diff) | |
download | freebsd-ports-gnome-f4e94eaa9a530acdc5f1567ec4278b9fb7428e4c.tar.gz freebsd-ports-gnome-f4e94eaa9a530acdc5f1567ec4278b9fb7428e4c.tar.zst freebsd-ports-gnome-f4e94eaa9a530acdc5f1567ec4278b9fb7428e4c.zip |
Fix remaining MASTER_SITE_LOCAL abuses for my ports.
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmbday/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/wmtimer/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/wmbday/Makefile b/x11-clocks/wmbday/Makefile index dde7ae1e8074..28de0dc7f037 100644 --- a/x11-clocks/wmbday/Makefile +++ b/x11-clocks/wmbday/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.3.1 PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/ \ - http://people.freebsd.org/~uqs/distfiles/ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/} MAINTAINER= uqs@FreeBSD.org COMMENT= Window Maker dock app that will remind you of birthdays diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile index 1f34d74f124c..8bc79a88f56d 100644 --- a/x11-clocks/wmtimer/Makefile +++ b/x11-clocks/wmtimer/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.92 PORTREVISION= 8 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://www.darkops.net/wmtimer/ \ - http://people.freebsd.org/~uqs/distfiles/ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/} MAINTAINER= uqs@FreeBSD.org COMMENT= Multi-Function timer dockapp for WindowMaker |