diff options
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index b7ce3e50e64..93f4e8284df 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/12/05 20:50:09 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2005/12/29 06:21:38 jlam Exp $ DISTNAME= joe-3.3 CATEGORIES= editors @@ -8,7 +8,6 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://joe-editor.sourceforge.net/ COMMENT= Joe's own editor -USE_PKGINSTALL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX:Q}/share/examples |