diff options
author | obache <obache> | 2007-12-18 11:21:06 +0000 |
---|---|---|
committer | obache <obache> | 2007-12-18 11:21:06 +0000 |
commit | dfe08479c0a8b84c0658a21cb4762ebd6dace794 (patch) | |
tree | 83b5ebacbc80c10dff97e0535907ddd2d831f4c7 /editors/nano | |
parent | 52d49006816bb98ed59a369b769452da51fd667c (diff) | |
download | pkgsrc-dfe08479c0a8b84c0658a21cb4762ebd6dace794.tar.gz |
This package is DESTDIR ready.
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index e3c939011df..904fead9bc3 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/11/03 11:51:11 obache Exp $ +# $NetBSD: Makefile,v 1.32 2007/12/18 11:21:06 obache Exp $ DISTNAME= nano-2.0.6 PKGREVISION= 1 @@ -15,6 +15,8 @@ USE_TOOLS+= msgfmt INFO_FILES= yes +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --enable-color CONFIGURE_ARGS+= --enable-multibuffer CONFIGURE_ARGS+= --enable-nanorc |