diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-05-21 20:11:57 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-05-21 20:11:57 +0000 |
commit | f8192da1ddbc35739da6b50d9c8e61429523961f (patch) | |
tree | 73dc717c0663d0fa728aec3655d165d3e4433405 /x11-wm | |
parent | 74e04cc8138e0414d602c856074ffe7b0798d09f (diff) | |
download | ports-f8192da1ddbc35739da6b50d9c8e61429523961f.tar.gz ports-f8192da1ddbc35739da6b50d9c8e61429523961f.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 30de95c22ce4..b4201fdcbd49 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -9,7 +9,8 @@ PORTNAME= windowmaker PORTVERSION= 0.92.0 PORTREVISION= 2 CATEGORIES= x11-wm windowmaker -MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} +MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ + http://dougbarton.us/Downloads/ MASTER_SITE_SUBDIR= source/release DISTNAME= WindowMaker-${PORTVERSION} |