diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1998-06-08 13:59:35 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1998-06-08 13:59:35 +0000 |
commit | aa2af247b4b8367afa18d5f45f40e0cd031c7d73 (patch) | |
tree | 703ce34a1f0ca4a11a3846407fd0de6e474aeaaa /shells/es/Makefile | |
parent | 116a2abbae7c8218a7c5ca4f56261af1c9bb8eb0 (diff) |
Notes
Diffstat (limited to 'shells/es/Makefile')
-rw-r--r-- | shells/es/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index 9ba10337aadb..32e1cdebd1f0 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -3,14 +3,19 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.3 1996/07/30 04:17:03 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:39:46 asami Exp $ # -DISTNAME= es-0.9-alpha1 -PKGNAME= es-0.9a1 +DISTNAME= es-0.9-beta1 +PKGNAME= es-0.9b1 CATEGORIES= shells MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/ MAINTAINER= erich@FreeBSD.org +GNU_CONFIGURE= yes + +ALL_TARGET= es +MAN1= es.1 + .include <bsd.port.mk> |