diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-15 13:08:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-15 13:08:00 +0000 |
commit | ada885d8350f21f4234798efae6b91ce0676c4a8 (patch) | |
tree | 286c0ce0eed027e8ea40299ce813245886feec4d | |
parent | 0ec5c523ee7dc6129b9b9d11283e901af3aa9da0 (diff) | |
download | ports-ada885d8350f21f4234798efae6b91ce0676c4a8.tar.gz ports-ada885d8350f21f4234798efae6b91ce0676c4a8.zip |
Notes
-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 |