diff options
author | obache <obache> | 2007-12-18 11:21:06 +0000 |
---|---|---|
committer | obache <obache> | 2007-12-18 11:21:06 +0000 |
commit | 8888453a51f04aa0b08c250009e3cd0cc19d0b27 (patch) | |
tree | 83b5ebacbc80c10dff97e0535907ddd2d831f4c7 /editors/nano | |
parent | 1ef8b6b10092f24302de10eea4555d2c92920747 (diff) | |
download | pkgsrc-8888453a51f04aa0b08c250009e3cd0cc19d0b27.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 |