diff options
author | trevor <trevor@FreeBSD.org> | 2000-11-02 22:52:03 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-11-02 22:52:03 +0000 |
commit | ccd97c55bd00a3eb0636608395792a2fa53f805e (patch) | |
tree | 11f275ae6b10c81508644fd9d8c0d4fa86a931e5 /x11-fm | |
parent | ef495a41386309fb71a92262f7a7a11b9befcacb (diff) | |
download | FreeBSD-ports-ccd97c55bd00a3eb0636608395792a2fa53f805e.zip FreeBSD-ports-ccd97c55bd00a3eb0636608395792a2fa53f805e.tar.gz |
Use MASTER_SITE_LOCAL.
Thanks to David O'Brien for help.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/workplace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index eabdbdb..3f8c970 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -9,7 +9,9 @@ PORTNAME= workplace PORTVERSION= 1.0.a3 PORTEPOCH= 1 CATEGORIES= x11-fm -MASTER_SITES= http://people.freebsd.org/~trevor/ports/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= trevor + PATCH_SITES= ${MASTER_SITES} PATCHFILES= workplace-1.0.a3+tj1.diff.gz |