summaryrefslogtreecommitdiff
path: root/shells/es
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2002-11-17 09:01:59 +0000
committersalo <salo@pkgsrc.org>2002-11-17 09:01:59 +0000
commit80f17bf2ba09427980289b6fde51e18c6031b529 (patch)
tree2f6572446a11090190337dd4e3b4a6d8b609f771 /shells/es
parent3b84b524cafd9ef144e52e865f7afe6ce2f28ced (diff)
downloadpkgsrc-80f17bf2ba09427980289b6fde51e18c6031b529.tar.gz
Convert packages to PKG_REGISTER_SHELLS framework.
Diffstat (limited to 'shells/es')
-rw-r--r--shells/es/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile
index ee42658d3e1..3b5f439e88c 100644
--- a/shells/es/Makefile
+++ b/shells/es/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/17 17:40:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2002/11/17 09:02:00 salo Exp $
# FreeBSD Id: Makefile,v 1.4 1996/11/18 11:39:46 asami Exp
#
@@ -13,4 +13,7 @@ COMMENT= Extensible shell, derived from plan9's rc
MANCOMPRESSED= yes
+PKG_SHELL= ${PREFIX}/bin/es
+
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"