diff options
author | Jonathan M. Bresler <jmb@FreeBSD.org> | 1997-09-24 00:55:46 +0000 |
---|---|---|
committer | Jonathan M. Bresler <jmb@FreeBSD.org> | 1997-09-24 00:55:46 +0000 |
commit | 8e2b2403d005d3c00021b1f7ff89434629dd18a4 (patch) | |
tree | 1f01ec943152415b1038505cc25391b74505c3ea /emulators/vmsbackup | |
parent | Upgrade to 6.1c (diff) |
fix Makefile, suffix changed to ".tgz"
replace gets() with fgets
Notes
Notes:
svn path=/head/; revision=8009
Diffstat (limited to 'emulators/vmsbackup')
-rw-r--r-- | emulators/vmsbackup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index 97ebc28ee5d2..d77b10449e74 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -2,7 +2,7 @@ # Version required: 3.0 # Date created: 18 Apr 1994 # Whom: Jonathan M. Bresler (jmb) -# $Id$ +# $Id: Makefile,v 1.6 1996/11/12 02:17:03 obrien Exp $ # DISTNAME= vmsbackup @@ -11,7 +11,7 @@ CATEGORIES= emulators sysutils MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/utils/ # slightly different version # MASTER_SITES+= ftp://ftp.uni-passau.de/pub/unix/system/backup/ -EXTRACT_SUFX= .tar.Z +EXTRACT_SUFX= .tgz MAINTAINER= jmb@FreeBSD.org |