diff options
Diffstat (limited to 'editors/wily/Makefile')
-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' |