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/Makefile | |
parent | Use @dirrm instead of @unexec rm -rf to delete directory. (diff) |
kill the EXTRACT_SUFX
and add myself as maintainer
Diffstat (limited to 'editors/jove/Makefile')
-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 |