diff options
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> |