From dc52048e014fdad9bb69ef9db159835a61c8dd4d 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/uemacs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/uemacs') diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 6ff43b4cdde..0add812e7c4 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:35:03 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:14:06 agc Exp $ # FreeBSD: ports/editors/uemacs/Makefile,v 1.14 1999/10/07 06:49:01 tg Exp DISTNAME= ue400dev PKGNAME= uemacs-4.0 -WRKSRC= ${WRKDIR} CATEGORIES= editors MASTER_SITES= ftp://aquest.com/pub/uemacs400/disk2/ EXTRACT_SUFX= .zip @@ -11,6 +10,8 @@ EXTRACT_SUFX= .zip MAINTAINER= tron@NetBSD.org COMMENT= "emacs" key sequences compatible full screen editor +WRKSRC= ${WRKDIR} + post-extract: ${CP} -r ${WRKSRC}/freebsd ${WRKSRC}/netbsd -- cgit v1.2.3