diff options
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 19aa4046d25..7feb66f400a 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2011/04/01 13:12:24 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2012/10/03 11:43:35 asau Exp $ DISTNAME= joe-3.7 PKGREVISION= 2 @@ -10,8 +10,6 @@ HOMEPAGE= http://joe-editor.sourceforge.net/ COMMENT= Joe's own editor LICENSE= gnu-gpl-v1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} |