diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/uemacs | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |