diff options
author | krion <krion@FreeBSD.org> | 2005-01-04 17:44:23 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-04 17:44:23 +0800 |
commit | fccc94470d4980aaf2e191935d90abda8e9a2f31 (patch) | |
tree | 08569517378624859850fb0536a3bd8c78c3faed /x11 | |
parent | 767e5cc263bfeae5ba14b67f914ce5fe92501b85 (diff) | |
download | freebsd-ports-gnome-fccc94470d4980aaf2e191935d90abda8e9a2f31.tar.gz freebsd-ports-gnome-fccc94470d4980aaf2e191935d90abda8e9a2f31.tar.zst freebsd-ports-gnome-fccc94470d4980aaf2e191935d90abda8e9a2f31.zip |
Fix MASTER_SITES.
Approved by: portmgr (implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmmatrix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile index bb9dc7fe2bc6..ca44f74a9ec5 100644 --- a/x11/wmmatrix/Makefile +++ b/x11/wmmatrix/Makefile @@ -9,7 +9,8 @@ PORTNAME= wmmatrix PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= x11 windowmaker -MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ +MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ \ + http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ DISTNAME= wmMatrix-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |