diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-15 21:08:00 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-15 21:08:00 +0800 |
commit | ada885d8350f21f4234798efae6b91ce0676c4a8 (patch) | |
tree | 286c0ce0eed027e8ea40299ce813245886feec4d /emulators | |
parent | 0ec5c523ee7dc6129b9b9d11283e901af3aa9da0 (diff) | |
download | freebsd-ports-gnome-ada885d8350f21f4234798efae6b91ce0676c4a8.tar.gz freebsd-ports-gnome-ada885d8350f21f4234798efae6b91ce0676c4a8.tar.zst freebsd-ports-gnome-ada885d8350f21f4234798efae6b91ce0676c4a8.zip |
Comment out second of MASTER_SITES, it has a slightly different
version.
Submitted by: jmb@kryten.atinc.com
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmsbackup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index 17486e6011fb..462ebb4601af 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -8,7 +8,8 @@ DISTNAME= vmsbackup PKGNAME= vmsbackup-3.0 MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/utils/ -MASTER_SITES+= ftp://ftp.uni-passau.de/pub/unix/system/backup/ +# slightly different version +# MASTER_SITES+= ftp://ftp.uni-passau.de/pub/unix/system/backup/ CATEGORIES+= utilities EXTRACT_SUFX= .tar.Z |