diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-04 09:44:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-04 09:44:23 +0000 |
commit | 28865477df6781ac56e0a448c270819a37338a9a (patch) | |
tree | 20128e6686f0733fefaaad4a2e1e6ecf74a54629 /x11/wmmatrix | |
parent | 745c4490d855c117fa60d84b279047256632b5ba (diff) | |
download | ports-28865477df6781ac56e0a448c270819a37338a9a.tar.gz ports-28865477df6781ac56e0a448c270819a37338a9a.zip |
Fix MASTER_SITES.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=125710
Diffstat (limited to 'x11/wmmatrix')
-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 |