diff options
-rw-r--r-- | editors/easyedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile index 1075053756d..02309d31282 100644 --- a/editors/easyedit/Makefile +++ b/editors/easyedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/03/03 18:25:52 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2009/02/07 17:33:51 abs Exp $ # DISTNAME= ee-1.4.6.src @@ -9,9 +9,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mahon.cwx.net/ -COMMENT= Easy to use text editor +COMMENT= Easy to use text editor with onscreen instructions PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |