aboutsummaryrefslogtreecommitdiff
path: root/shells/es
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-06 17:30:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-06 17:30:00 +0000
commit2606662df8af3b5cd664690fa322df82f9787619 (patch)
tree86d8d165c0e188d0dd72c755669e28a2de12fe9d /shells/es
parentdef6459cb8384202a754a5396343a7acd954e536 (diff)
downloadports-2606662df8af3b5cd664690fa322df82f9787619.tar.gz
ports-2606662df8af3b5cd664690fa322df82f9787619.zip
Support stage
Notes
Notes: svn path=/head/; revision=347283
Diffstat (limited to 'shells/es')
-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>