summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-02 10:02:41 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-02 10:02:41 +0000
commitb1fbcd066e4dd59ad267a5e7ecde55266260828f (patch)
tree64b3d985ffc254123f7294a77fdb693a556d8e12 /editors
parentUpdate to 2.2.5. (diff)
Update to 1.0
PR: 26175 Submitted by: perky@python.or.kr
Notes
Notes: svn path=/head/; revision=40734
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile8
-rw-r--r--editors/nano/distinfo2
-rw-r--r--editors/nano/pkg-plist1
-rw-r--r--editors/nano/pkg-plist.nonls2
4 files changed, 11 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 36e435da5e81..a635203fb211 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nano
-PORTVERSION= 0.9.24
+PORTVERSION= 1.0.0
CATEGORIES= editors
MASTER_SITES= http://www.nano-editor.org/dist/ \
http://www.asty.org/nano/dist/ \
@@ -21,6 +21,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lintl"
+.if defined(LITE)
+CONFIGURE_ARGS+= --disable-tabcomp --enable-tiny --disable-speller \
+ --disable-justify --disable-nls --disable-browser --disable-help
+PLIST= ${PKGDIR}/pkg-plist.nonls
+.endif
+
MAN1= nano.1
.include <bsd.port.mk>
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index 060577954540..c4e0cc077e6a 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1 +1 @@
-MD5 (nano-0.9.24.tar.gz) = 4063f0121745784e20ad7efbe42567cc
+MD5 (nano-1.0.0.tar.gz) = 34a31da9c9eb222d13494a17c2d5004a
diff --git a/editors/nano/pkg-plist b/editors/nano/pkg-plist
index d522fb8b82e4..bc73dea30a30 100644
--- a/editors/nano/pkg-plist
+++ b/editors/nano/pkg-plist
@@ -1,4 +1,5 @@
bin/nano
+info/nano.info
share/locale/es/LC_MESSAGES/nano.mo
share/locale/de/LC_MESSAGES/nano.mo
share/locale/fi/LC_MESSAGES/nano.mo
diff --git a/editors/nano/pkg-plist.nonls b/editors/nano/pkg-plist.nonls
new file mode 100644
index 000000000000..934d36a4caa7
--- /dev/null
+++ b/editors/nano/pkg-plist.nonls
@@ -0,0 +1,2 @@
+bin/nano
+info/nano.info