summaryrefslogtreecommitdiff
path: root/editors/easyedit
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /editors/easyedit
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/easyedit')
-rw-r--r--editors/easyedit/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile
index 3003673bb94..a74e689fa10 100644
--- a/editors/easyedit/Makefile
+++ b/editors/easyedit/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 21:34:23 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/20 12:14:05 agc Exp $
#
DISTNAME= ee-1.4.5a.src
PKGNAME= easyedit-1.4.5a
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= editors
MASTER_SITES= http://mahon.cwx.net/sources/
EXTRACT_SUFX= .tgz
@@ -12,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://mahon.cwx.net/
COMMENT= Easy to use text editor
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ee ${PREFIX}/bin/easyedit
${INSTALL_MAN} ${WRKSRC}/ee.1 ${PREFIX}/man/man1/easyedit.1