aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjmb <jmb@FreeBSD.org>1997-09-24 08:55:46 +0800
committerjmb <jmb@FreeBSD.org>1997-09-24 08:55:46 +0800
commit990cb3dc79cf708febecb0930e7b732a86941ea5 (patch)
treefc692e1430a44836945f6fe5553353afe62259bd /emulators
parentcd9bf1a2be8a4865cb35490ccbc2da3ac268e419 (diff)
downloadfreebsd-ports-gnome-990cb3dc79cf708febecb0930e7b732a86941ea5.tar.gz
freebsd-ports-gnome-990cb3dc79cf708febecb0930e7b732a86941ea5.tar.zst
freebsd-ports-gnome-990cb3dc79cf708febecb0930e7b732a86941ea5.zip
fix Makefile, suffix changed to ".tgz"
replace gets() with fgets
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmsbackup/Makefile4
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