diff options
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r-- | editors/joe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 1d8cee941ae..34fd8fce0d8 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/07/24 07:50:12 adam Exp $ +# $NetBSD: Makefile,v 1.31 2008/07/14 12:56:03 joerg Exp $ DISTNAME= joe-3.5 CATEGORIES= editors @@ -8,6 +8,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://joe-editor.sourceforge.net/ COMMENT= Joe's own editor +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX:Q}/share/examples |