diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-09-25 12:58:53 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-09-25 12:58:53 +0000 |
commit | 57e01918343b95087d4f4a5dc9e1487cf5676cbf (patch) | |
tree | db5b3c3213dbde179d7c9e6985f2726040fbffa8 /editors/jove | |
parent | 25cb0ddb4af1d3d4b73959f0b4f71a35796789a8 (diff) | |
download | ports-57e01918343b95087d4f4a5dc9e1487cf5676cbf.tar.gz ports-57e01918343b95087d4f4a5dc9e1487cf5676cbf.zip |
Notes
Diffstat (limited to 'editors/jove')
-rw-r--r-- | editors/jove/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 1dab8f87ea83..daf7cd890acd 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -3,13 +3,14 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.11 1995/04/09 06:11:10 asami Exp $ +# $Id: Makefile,v 1.12 1996/09/24 13:41:07 erich Exp $ # DISTNAME= jove-4.16 CATEGORIES+= editors MASTER_SITES= ftp://relay.cs.toronto.edu/pub/moraes/jove/ -EXTRACT_SUFX= .tar.gz + +MAINTAINER= erich@FreeBSD.ORG WRKSRC= ${WRKDIR}/jove |