diff options
Diffstat (limited to 'shells/es/Makefile')
-rw-r--r-- | shells/es/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile index 8416b886fdc..8097b14442a 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:53:22 grant Exp $ +# $NetBSD: Makefile,v 1.13 2005/03/10 16:58:39 tv Exp $ # FreeBSD Id: Makefile,v 1.4 1996/11/18 11:39:46 asami Exp # DISTNAME= es-0.9-alpha1 PKGNAME= es-0.9a1 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/ @@ -11,8 +12,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://hawkwind.utcs.utoronto.ca:8001/mlists/es.html COMMENT= Extensible shell, derived from plan9's rc -MANCOMPRESSED= yes - USE_PKGINSTALL= yes PKG_SHELL= ${PREFIX}/bin/es |