diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-15 00:22:29 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-11-15 00:22:29 +0000 |
commit | 65d305e1302be195fee712598745e2b578973253 (patch) | |
tree | 95bbfd04a8247ca7527f4d155386bdc61fb11e91 /editors/jove | |
parent | 6dd1a1ae787e5cebe7c22580bf473a3925a5c4a4 (diff) | |
download | ports-65d305e1302be195fee712598745e2b578973253.tar.gz ports-65d305e1302be195fee712598745e2b578973253.zip |
Fix a wee typo in here that stoped the fetch from working
Notes
Notes:
svn path=/head/; revision=375
Diffstat (limited to 'editors/jove')
-rw-r--r-- | editors/jove/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index e258b3c9cfe5..7e74f6129154 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,11 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1994/11/10 22:33:47 jkh Exp $ +# $Id: Makefile,v 1.5 1994/11/11 00:49:03 gpalmer Exp $ # DISTNAME= jove4.14.10 MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/ -EXTRAXT_SUFX= .tar.Z +EXTRACT_SUFX= .tar.Z .include <bsd.port.mk> |