summaryrefslogtreecommitdiffstats
path: root/main/nano
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-26 03:15:26 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-26 03:15:26 -0600
commitdb0579e62ab2636cdbd461838ffea9991fce6190 (patch)
tree8d15be631dfc9ec0bd0705ef745f845dce24ab5c /main/nano
parent4aeb089088bc639e600a8093c16150d392b8ad0a (diff)
downloadaports-db0579e62ab2636cdbd461838ffea9991fce6190.tar.bz2
aports-db0579e62ab2636cdbd461838ffea9991fce6190.tar.xz
main/nano: --enable-tiny goes away because it has no real benefit of any kind
Diffstat (limited to 'main/nano')
-rw-r--r--main/nano/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/nano/APKBUILD b/main/nano/APKBUILD
index b67d4be98..b90a26bc4 100644
--- a/main/nano/APKBUILD
+++ b/main/nano/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=nano
pkgver=2.2.6
-pkgrel=0
+pkgrel=1
pkgdesc="Text Editor. GNU nano is designed to be a free replacement for the Pico text editor."
url="http://www.nano-editor.org/"
arch="all"
@@ -20,7 +20,6 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --enable-tiny \
--disable-nls \
--disable-speller
make || return 1