diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/uemacs | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.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 |