diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-28 07:20:30 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-28 07:20:30 +0000 |
commit | 2b4dfdbe9a90efbdb053f4965badf97360738c3f (patch) | |
tree | c428c846b74d5cc4ac38fd83ad301f37cedb8c5f /emulators/twin | |
parent | f6b557c1b9605fe6bb7d239ebc553627b5cdf158 (diff) | |
download | FreeBSD-ports-2b4dfdbe9a90efbdb053f4965badf97360738c3f.zip FreeBSD-ports-2b4dfdbe9a90efbdb053f4965badf97360738c3f.tar.gz |
Make fetchable.
found by: fenner's survey
Diffstat (limited to 'emulators/twin')
-rw-r--r-- | emulators/twin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 176a23e..0f70c0a 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -9,7 +9,8 @@ PORTNAME= twin PORTVERSION= 3.1.14 PORTEPOCH= 1 CATEGORIES= emulators devel -MASTER_SITES= ftp://ftp.willows.com/pub/twin/ +MASTER_SITES= ${MASTER_SITE_NETBSD} \ + ftp://ftp.willows.com/pub/twin/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |