summaryrefslogtreecommitdiff
path: root/shells/esh
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /shells/esh
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'shells/esh')
-rw-r--r--shells/esh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index 8bfb776ec0a..d080d9ad0f0 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2003/08/09 11:23:00 seb Exp $
+# $NetBSD: Makefile,v 1.18 2004/01/20 12:25:54 agc Exp $
DISTNAME= esh-0.8
-WRKSRC= ${WRKDIR}/esh
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_BACKUP}
@@ -10,6 +9,7 @@ COMMENT= Unix shell with Lisp-like syntax
INFO_FILES= esh.info
+WRKSRC= ${WRKDIR}/esh
USE_PKGINSTALL= yes
PKG_SHELL= ${PREFIX}/bin/esh