aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/es/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile
index 6a96e26357e2..0a79a0c10d21 100644
--- a/shells/es/Makefile
+++ b/shells/es/Makefile
@@ -9,16 +9,16 @@ MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
DISTNAME= es-0.9-beta1
MAINTAINER= ljrittle@acm.org
-COMMENT= An extensible shell, derived from plan9's rc
+COMMENT= Extensible shell, derived from plan9's rc
+
+USES= desthack readline
GNU_CONFIGURE= yes
CONFIGURE_ENV= es_cv_abused_getenv=no
CONFIGURE_ARGS= --with-readline
CFLAGS:= ${CFLAGS:N-O*}
-
ALL_TARGET= es
-MAN1= es.1
-PLIST_FILES= bin/es
-NO_STAGE= yes
+PLIST_FILES= bin/es man/man1/es.1.gz
+
.include <bsd.port.mk>