Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2014 17:30:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347283 - head/shells/es
Message-ID:  <201403061730.s26HU1K0009758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061730.s26HU1K0009758>