[Midnightbsd-cvs] mports [16609] trunk/shells/es/Makefile: restore man page
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 26 20:52:40 EDT 2014
Revision: 16609
http://svnweb.midnightbsd.org/mports/?rev=16609
Author: laffer1
Date: 2014-08-26 20:52:39 -0400 (Tue, 26 Aug 2014)
Log Message:
-----------
restore man page
Modified Paths:
--------------
trunk/shells/es/Makefile
Modified: trunk/shells/es/Makefile
===================================================================
--- trunk/shells/es/Makefile 2014-08-27 00:50:41 UTC (rev 16608)
+++ trunk/shells/es/Makefile 2014-08-27 00:52:39 UTC (rev 16609)
@@ -2,22 +2,24 @@
PORTNAME= es
PORTVERSION= 0.9.b1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
DISTNAME= es-0.9-beta1
MAINTAINER= ports at MidnightBSD.org
-COMMENT= An extensible shell, derived from plan9's rc
+COMMENT= Extensible shell, derived from plan9's rc
+
LICENSE= other
+USES= 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
+PLIST_FILES= bin/es man/man1/es.1.gz
+
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list