diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 13:36:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 13:36:48 +0000 |
commit | 4e4d8fe650da35bb34fa549b727fee6673d03eef (patch) | |
tree | 7e03c7682dff12c16f337e2e567d311e7a457b3d /editors/wily | |
parent | ca6f705a44d758f8aa52046e85e1f119256eefe8 (diff) | |
download | ports-4e4d8fe650da35bb34fa549b727fee6673d03eef.tar.gz ports-4e4d8fe650da35bb34fa549b727fee6673d03eef.zip |
Notes
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 1e26eb31aa46..ec867fd1172a 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' |