diff options
author | ats <ats@FreeBSD.org> | 1994-11-27 02:29:12 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-27 02:29:12 +0000 |
commit | 86852962da03d0a8fc025fa90cef36c09dbbdab7 (patch) | |
tree | f38c72fc46c3371990a9a07e2edf85db82a569e4 /editors/jove | |
parent | e6861571b2f6966cf2884c10d77d4f70c2b6b067 (diff) | |
download | FreeBSD-ports-86852962da03d0a8fc025fa90cef36c09dbbdab7.zip FreeBSD-ports-86852962da03d0a8fc025fa90cef36c09dbbdab7.tar.gz |
Add a missing minus-sign to the jove name.
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 7f32cb7..e2e9736 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,10 +3,10 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1994/11/20 21:50:58 ats Exp $ +# $Id: Makefile,v 1.8 1994/11/22 23:10:34 gpalmer Exp $ # -DISTNAME= jove4.16beta +DISTNAME= jove-4.16beta MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/ EXTRACT_SUFX= .tar.gz WRKSRC= ${WRKDIR}/jove-4.16beta |