diff options
Diffstat (limited to 'editors/uemacs/Makefile')
-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 |