diff options
author | obache <obache@pkgsrc.org> | 2007-12-18 11:21:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-18 11:21:06 +0000 |
commit | 6aea13b65972367204caf89a5229828722f325bb (patch) | |
tree | 83b5ebacbc80c10dff97e0535907ddd2d831f4c7 /editors/nano | |
parent | 4767fe7dc4d3fef4ef03c61957e72d122942663f (diff) | |
download | pkgsrc-6aea13b65972367204caf89a5229828722f325bb.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 |