diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-09-12 22:47:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-09-12 22:47:20 +0000 |
commit | 906d176f8897d20c386cd0866d8a0cab3ea813c0 (patch) | |
tree | 3bc05e7094da287b1a9e7c6f3fe751e5de73bf83 /editors/e93 | |
parent | 094567b5d0b2aead339a0063a019dbde4f1651ee (diff) | |
download | ports-906d176f8897d20c386cd0866d8a0cab3ea813c0.tar.gz ports-906d176f8897d20c386cd0866d8a0cab3ea813c0.zip |
Notes
Diffstat (limited to 'editors/e93')
-rw-r--r-- | editors/e93/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index be0e5dbaf59f..1b7c062dcf28 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: e93 -# Version required: 1.1r4X +# Version required: 1.2r5X # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.2 1995/07/03 08:43:45 asami Exp $ +# $Id: Makefile,v 1.3 1995/07/18 22:46:38 asami Exp $ # -DISTNAME= e93-1.1r4X -PKGNAME= e93-1.1.4 +DISTNAME= e93-1.2r5X +PKGNAME= e93-1.2.5 CATEGORIES+= editors MASTER_SITES= ftp://ftp.x.org/contrib/editors/ \ ftp://crl.dec.com/pub/X11/contrib/editors/ @@ -16,6 +16,7 @@ MAINTAINER= asami@FreeBSD.ORG MAKEFILE= makefile USE_X11= yes +WRKSRC= ${WRKDIR}/e93 # The license is a little scary, so disable packaging for now NO_PACKAGE= yes |