diff options
author | miwi <miwi@FreeBSD.org> | 2006-10-07 21:36:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-10-07 21:36:48 +0800 |
commit | 1d48647f7e7a98f1dc48c49f1cd2646bdd78ad9e (patch) | |
tree | 87dfb85dc3eac6e5bb58f757867adf4cf5abb363 /editors/wily | |
parent | 3aee0dbc26e8b8214b32bb1ff14197f39fdbf1f0 (diff) | |
download | freebsd-ports-graphics-1d48647f7e7a98f1dc48c49f1cd2646bdd78ad9e.tar.gz freebsd-ports-graphics-1d48647f7e7a98f1dc48c49f1cd2646bdd78ad9e.tar.zst freebsd-ports-graphics-1d48647f7e7a98f1dc48c49f1cd2646bdd78ad9e.zip |
- Update MASTER_SITES
PR: ports/104102
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 1e26eb31aa4..ec867fd1172 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -8,7 +8,8 @@ PORTNAME= wily PORTVERSION= 0.13.42 CATEGORIES= editors plan9 -MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= serge.gagnon@b2b2c.ca COMMENT= A clone of the Plan9 editor `acme' |