summaryrefslogtreecommitdiff
path: root/shells/es/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-12 00:21:17 +0000
committerjoerg <joerg>2010-02-12 00:21:17 +0000
commitb8136cd9db22b61b7d8716956fc90dd3a164548c (patch)
treee4123f8c4395eef438ed43df814720a578f93396 /shells/es/Makefile
parentec6f9b3fcb4f8a1a1aa3e6b6618ec2cb182ce54b (diff)
downloadpkgsrc-b8136cd9db22b61b7d8716956fc90dd3a164548c.tar.gz
DESTDIR support
Diffstat (limited to 'shells/es/Makefile')
-rw-r--r--shells/es/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile
index 07b23045076..31ec8b72600 100644
--- a/shells/es/Makefile
+++ b/shells/es/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2007/12/02 08:32:25 rillig Exp $
+# $NetBSD: Makefile,v 1.22 2010/02/12 00:23:34 joerg Exp $
DISTNAME= es-0.9-alpha1
PKGNAME= es-0.9a1
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hawkwind.cs.toronto.edu:8001/mlists/es.html
COMMENT= Extensible shell, derived from plan9's rc
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= yacc
PKG_SHELL= bin/es
@@ -20,4 +22,6 @@ SUBST_MESSAGE.path= Fixing path to es in scripts.
SUBST_FILES.path= esdebug
SUBST_SED.path= -e 's|^\#! /bin/es|\#! ${PREFIX:Q}/bin/es|'
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
.include "../../mk/bsd.pkg.mk"