svn commit: r347283 - head/shells/es
Baptiste Daroussin
bapt at FreeBSD.org
Thu Mar 6 17:30:01 UTC 2014
Author: bapt
Date: Thu Mar 6 17:30:00 2014
New Revision: 347283
URL: http://svnweb.freebsd.org/changeset/ports/347283
QAT: https://qat.redports.org/buildarchive/r347283/
Log:
Support stage
Modified:
head/shells/es/Makefile
Modified: head/shells/es/Makefile
==============================================================================
--- head/shells/es/Makefile Thu Mar 6 17:27:23 2014 (r347282)
+++ head/shells/es/Makefile Thu Mar 6 17:30:00 2014 (r347283)
@@ -9,16 +9,16 @@ MASTER_SITES= ftp://ftp.sys.toronto.edu/
DISTNAME= es-0.9-beta1
MAINTAINER= ljrittle at 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>
More information about the svn-ports-all
mailing list