From 0bc53217fe50327f0f59e7136db15f92f75951d9 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- editors/easyedit/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/easyedit') 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 -- cgit v1.2.3