diff options
author | asami <asami@FreeBSD.org> | 1995-05-15 21:08:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-15 21:08:00 +0800 |
commit | 3a039bc1a427a2eb58cd10c824c7a4db40fd42fa (patch) | |
tree | 1b4716882d5a0e617bc7b5c0260acd50d87350d6 /emulators | |
parent | 8f43d2901d9353fe7661be7eb30ee31705af7824 (diff) | |
download | freebsd-ports-gnome-3a039bc1a427a2eb58cd10c824c7a4db40fd42fa.tar.gz freebsd-ports-gnome-3a039bc1a427a2eb58cd10c824c7a4db40fd42fa.tar.zst freebsd-ports-gnome-3a039bc1a427a2eb58cd10c824c7a4db40fd42fa.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 |