diff options
author | jlam <jlam> | 2006-03-31 15:40:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-31 15:40:37 +0000 |
commit | 003d592a87e068618c1a72286a8b6e53f8b8d1f6 (patch) | |
tree | 39f98b3362e3d56beb1e1555cbdf3625651a6144 /editors/nano/Makefile | |
parent | 04f7db39b347d964ab20dbdfe95d3341f45a32ea (diff) | |
download | pkgsrc-003d592a87e068618c1a72286a8b6e53f8b8d1f6.tar.gz |
Move info file entries to PLIST.
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r-- | editors/nano/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 75fd58d221f..ded759188c4 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/02/05 23:08:57 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2006/03/31 15:40:37 jlam Exp $ DISTNAME= nano-1.2.4 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Small and friendly text editor (a free replacement for Pico) GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -INFO_FILES= nano.info +INFO_FILES= # PLIST CONFIGURE_ARGS+= --enable-color CONFIGURE_ARGS+= --enable-multibuffer |