diff options
author | markp <markp@FreeBSD.org> | 2001-06-11 23:59:09 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-06-11 23:59:09 +0800 |
commit | 32ef6366c37096f97d9783cc1e6c7395f704fca9 (patch) | |
tree | 388b25740a54e59fc83327a0d0359993501fb4fa /x11 | |
parent | de91dfe9ef4d9aa4f81f6a5ab25b2b477d3f6e24 (diff) | |
download | freebsd-ports-gnome-32ef6366c37096f97d9783cc1e6c7395f704fca9.tar.gz freebsd-ports-gnome-32ef6366c37096f97d9783cc1e6c7395f704fca9.tar.zst freebsd-ports-gnome-32ef6366c37096f97d9783cc1e6c7395f704fca9.zip |
Wterm distfile cannot be found anymore, moved into my public_distfiles.
PR: 27741
Approved by: maintainer
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wterm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile index 697355286715..489315e150ef 100644 --- a/x11/wterm/Makefile +++ b/x11/wterm/Makefile @@ -8,10 +8,8 @@ PORTNAME= wterm PORTVERSION= 6.2.8a2 CATEGORIES= x11 -MASTER_SITES= http://wm.current.nu/files/ \ - ftp://ftp.sunsite.auc.dk/disk1/linuxberg.com/files/x11/system/ \ - ftp://ftp.vision.net.au/ftp7/linuxberg/files/x11/system/ \ - ftp://ftp.cadvision.com/pub/linuxberg/files/x11/system/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= markp MAINTAINER= treif@mayn.de |