diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-02 18:02:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-02 18:02:41 +0800 |
commit | 8ab1a0e2b47c0325fc92ca163e1aaec43c7de26a (patch) | |
tree | aa8ce878cdb729ae9555e5c47ebdc0d63f763766 /editors | |
parent | bbb22aafd3d39cad90aad297aaec1d837a30cd35 (diff) | |
download | freebsd-ports-gnome-8ab1a0e2b47c0325fc92ca163e1aaec43c7de26a.tar.gz freebsd-ports-gnome-8ab1a0e2b47c0325fc92ca163e1aaec43c7de26a.tar.zst freebsd-ports-gnome-8ab1a0e2b47c0325fc92ca163e1aaec43c7de26a.zip |
Update to 1.0
PR: 26175
Submitted by: perky@python.or.kr
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 8 | ||||
-rw-r--r-- | editors/nano/distinfo | 2 | ||||
-rw-r--r-- | editors/nano/pkg-plist | 1 | ||||
-rw-r--r-- | editors/nano/pkg-plist.nonls | 2 |
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 |